We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6342fef commit 4e48e30Copy full SHA for 4e48e30
src/mitol/olposthog/__init__.py
@@ -1,5 +1,5 @@
1
""" mitol.olposthog """
2
default_app_config = "mitol.olposthog.apps.OlPosthog"
3
4
-__version__ = "2024.4.25"
+__version__ = "2024.5.14"
5
__distributionname__ = "mitol-django-OlPosthog"
src/mitol/olposthog/pyproject.toml
@@ -1,9 +1,9 @@
[project]
name = "mitol-django-olposthog"
-version = "2024.4.25"
+version = "2024.5.14"
[tool.bumpver]
6
-current_version = "2024.4.25"
+current_version = "2024.5.14"
7
version_pattern = "YYYY.MM.DD[.INC0]"
8
9
[tool.bumpver.file_patterns]
0 commit comments