Skip to content

Commit df6431a

Browse files
Bump version: 2021.02.01 → 2023.08.01
1 parent efb1527 commit df6431a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

cookiecutter_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
__maintainer__ = "Seiso"
55
__copyright__ = "(c) 2023 Seiso, LLC"
66
__project_name__ = "cookiecutter_python"
7-
__version__ = "2021.02.01"
7+
__version__ = "2023.08.01"

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[bumpversion]
2-
# CalVer
3-
current_version = 2021.02.01
2+
current_version = 2023.08.01
43
parse = (?P<year>2[0-1]\d{2})\.(?P<month>(0\d|1[0-2]))(.(?P<increment>\d{2}))?
54
serialize = {year}.{month}.{increment}
65
commit = True

0 commit comments

Comments
 (0)