We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8d912 commit 5eda272Copy full SHA for 5eda272
1 file changed
.bumpversion.cfg
@@ -2,8 +2,8 @@
2
current_version = v2025.05.0
3
commit = True
4
tag = True
5
-parse = (v(?P<major>\d+))(.(?P<minor>\d+))(.(?P<patch>\d+))
6
-serialize = v{major}.{minor}.{patch}
+parse = (v(?P<year>\d+))(.(?P<month>\d+))(.(?P<patch>\d+))
+serialize = v{year}.{month}.{patch}
7
8
[bumpversion:file:myst.yml]
9
0 commit comments