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 7c714f7 commit 98668d2Copy full SHA for 98668d2
cookiecutter_python/__init__.py
@@ -5,4 +5,4 @@
5
__maintainer__ = "Seiso"
6
__copyright__ = "(c) 2023 Seiso, LLC"
7
__project_name__ = "cookiecutter_python"
8
-__version__ = "2024.05.01"
+__version__ = "2024.11.01"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2024.05.01
+current_version = 2024.11.01
3
parse = (?P<year>2[0-1]\d{2})\.(?P<month>(0\d|1[0-2]))(.(?P<increment>\d{2}))?
4
serialize = {year}.{month}.{increment}
commit = True
0 commit comments