Skip to content

Commit 98668d2

Browse files
Bump version: 2024.05.01 → 2024.11.01
1 parent 7c714f7 commit 98668d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookiecutter_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
__maintainer__ = "Seiso"
66
__copyright__ = "(c) 2023 Seiso, LLC"
77
__project_name__ = "cookiecutter_python"
8-
__version__ = "2024.05.01"
8+
__version__ = "2024.11.01"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2024.05.01
2+
current_version = 2024.11.01
33
parse = (?P<year>2[0-1]\d{2})\.(?P<month>(0\d|1[0-2]))(.(?P<increment>\d{2}))?
44
serialize = {year}.{month}.{increment}
55
commit = True

0 commit comments

Comments
 (0)