Skip to content

Commit 4e48e30

Browse files
committed
Release mitol-django-olposthog/v2024.5.14
1 parent 6342fef commit 4e48e30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/mitol/olposthog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
""" mitol.olposthog """
22
default_app_config = "mitol.olposthog.apps.OlPosthog"
33

4-
__version__ = "2024.4.25"
4+
__version__ = "2024.5.14"
55
__distributionname__ = "mitol-django-OlPosthog"

src/mitol/olposthog/pyproject.toml

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

55
[tool.bumpver]
6-
current_version = "2024.4.25"
6+
current_version = "2024.5.14"
77
version_pattern = "YYYY.MM.DD[.INC0]"
88

99
[tool.bumpver.file_patterns]

0 commit comments

Comments
 (0)