diff --git a/src/mitol/olposthog/changelog.d/20240514_132831_collin_preston_update_ol_posthog_name.rst b/src/mitol/olposthog/changelog.d/20240514_132831_collin_preston_update_ol_posthog_name.rst new file mode 100644 index 00000000..1b66afa8 --- /dev/null +++ b/src/mitol/olposthog/changelog.d/20240514_132831_collin_preston_update_ol_posthog_name.rst @@ -0,0 +1,34 @@ +.. A new scriv changelog fragment. +.. +.. Uncomment the header that is right (remove the leading dots). +.. +.. Removed +.. ------- +.. +.. - A bullet item for the Removed category. +.. +.. Added +.. ----- +.. +.. - A bullet item for the Added category. +.. +.. Changed +.. ------- +.. +.. - Updated name in pyproject.toml to fix release. +.. +.. Deprecated +.. ---------- +.. +.. - A bullet item for the Deprecated category. +.. +.. Fixed +.. ----- +.. +.. - A bullet item for the Fixed category. +.. +.. Security +.. -------- +.. +.. - A bullet item for the Security category. +.. diff --git a/src/mitol/olposthog/pyproject.toml b/src/mitol/olposthog/pyproject.toml index 5df02d4f..007ca5a8 100644 --- a/src/mitol/olposthog/pyproject.toml +++ b/src/mitol/olposthog/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "mitol-olposthog" +name = "mitol-django-olposthog" version = "2024.4.25" [tool.bumpver] @@ -12,4 +12,4 @@ version_pattern = "YYYY.MM.DD[.INC0]" ] "__init__.py" = [ '__version__ = "{version}"', -] \ No newline at end of file +]