Skip to content

Commit 6342fef

Browse files
Update name of posthog app (#156)
* Update name * change log
1 parent 865c9da commit 6342fef

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
.. A new scriv changelog fragment.
2+
..
3+
.. Uncomment the header that is right (remove the leading dots).
4+
..
5+
.. Removed
6+
.. -------
7+
..
8+
.. - A bullet item for the Removed category.
9+
..
10+
.. Added
11+
.. -----
12+
..
13+
.. - A bullet item for the Added category.
14+
..
15+
.. Changed
16+
.. -------
17+
..
18+
.. - Updated name in pyproject.toml to fix release.
19+
..
20+
.. Deprecated
21+
.. ----------
22+
..
23+
.. - A bullet item for the Deprecated category.
24+
..
25+
.. Fixed
26+
.. -----
27+
..
28+
.. - A bullet item for the Fixed category.
29+
..
30+
.. Security
31+
.. --------
32+
..
33+
.. - A bullet item for the Security category.
34+
..

src/mitol/olposthog/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "mitol-olposthog"
2+
name = "mitol-django-olposthog"
33
version = "2024.4.25"
44

55
[tool.bumpver]
@@ -12,4 +12,4 @@ version_pattern = "YYYY.MM.DD[.INC0]"
1212
]
1313
"__init__.py" = [
1414
'__version__ = "{version}"',
15-
]
15+
]

0 commit comments

Comments
 (0)