Misc Updates (#65)

* Tweaks to release process

* Drop python 3.6
This commit is contained in:
kclowes
2022-09-19 14:35:39 -06:00
committed by GitHub
parent 24c805c90d
commit 99af2f4d53
8 changed files with 144 additions and 131 deletions

View File

@ -3,14 +3,14 @@ current_version = 0.1.0-alpha.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{stage}.{devnum}
{major}.{minor}.{patch}
[bumpversion:part:stage]
optional_value = stable
first_value = stable
values =
values =
alpha
beta
stable
@ -18,6 +18,6 @@ values =
[bumpversion:part:devnum]
[bumpversion:file:setup.py]
search = version='{current_version}',
replace = version='{new_version}',
search = version="{current_version}",
replace = version="{new_version}",