Skip to content

Commit

Permalink
Update name of posthog app (#156)
Browse files Browse the repository at this point in the history
* Update name

* change log
  • Loading branch information
collinpreston authored May 14, 2024
1 parent 865c9da commit 6342fef
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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.
..
4 changes: 2 additions & 2 deletions src/mitol/olposthog/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "mitol-olposthog"
name = "mitol-django-olposthog"
version = "2024.4.25"

[tool.bumpver]
Expand All @@ -12,4 +12,4 @@ version_pattern = "YYYY.MM.DD[.INC0]"
]
"__init__.py" = [
'__version__ = "{version}"',
]
]

0 comments on commit 6342fef

Please sign in to comment.