mirror of https://github.com/nucypher/nucypher.git
24 lines
450 B
INI
24 lines
450 B
INI
[bumpversion]
|
|
current_version = 4.6.0
|
|
commit = True
|
|
tag = True
|
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
|
|
serialize =
|
|
{major}.{minor}.{patch}-{stage}.{devnum}
|
|
{major}.{minor}.{patch}
|
|
|
|
[bumpversion:part:stage]
|
|
optional_value = stable
|
|
first_value = stable
|
|
values =
|
|
alpha
|
|
beta
|
|
rc
|
|
stable
|
|
|
|
[bumpversion:part:devnum]
|
|
|
|
[bumpversion:file:nucypher/__about__.py]
|
|
|
|
[bumpversion:file:docs/source/conf.py]
|