Skip to content

Commit 5eda272

Browse files
committed
update parse and serialize
1 parent 0c8d912 commit 5eda272

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
current_version = v2025.05.0
33
commit = True
44
tag = True
5-
parse = (v(?P<major>\d+))(.(?P<minor>\d+))(.(?P<patch>\d+))
6-
serialize = v{major}.{minor}.{patch}
5+
parse = (v(?P<year>\d+))(.(?P<month>\d+))(.(?P<patch>\d+))
6+
serialize = v{year}.{month}.{patch}
77

88
[bumpversion:file:myst.yml]
99

0 commit comments

Comments
 (0)