File tree Expand file tree Collapse file tree 2 files changed +20
-6
lines changed
Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1- 2021.08.26-405-g3845bbc
1+ 2021.08.26-406-g5f397e3
Original file line number Diff line number Diff line change @@ -80,19 +80,33 @@ ignore = [
8080current_version = " 3.13.0.dev"
8181commit = false
8282tag = false
83- parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
83+ parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P< patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
8484serialize = [
85- " {major}.{minor}.{patch}.{release}" ,
86- " {major}.{minor}.{patch}" ,
85+ " {major}.{minor}.{patch}.{release}" ,
86+ " {major}.{minor}.{patch}" ,
87+ " {major}.{minor}.{alpha}{patch}.{release}" ,
88+ " {major}.{minor}.{alpha}{patch}" ,
8789]
8890
91+ [tool .bumpversion .parts .alpha ]
92+ # This section is managed by the plugin template. Do not edit manually.
93+
94+ # This is sort of a hack. In PEP440 prerelease markers work quite differently.
95+ # But this fits best with the way we have been doing release versions.
96+ optional_value = " final"
97+ values = [
98+ " 0a" ,
99+ " final" ,
100+ ]
101+ independent = true
102+
89103[tool .bumpversion .parts .release ]
90104# This section is managed by the plugin template. Do not edit manually.
91105
92106optional_value = " prod"
93107values = [
94- " dev" ,
95- " prod" ,
108+ " dev" ,
109+ " prod" ,
96110]
97111
98112[[tool .bumpversion .files ]]
You can’t perform that action at this time.
0 commit comments