You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monero-python/.bumpversion.cfg

13 lines
263 B

[bumpversion]
current_version = 1.1.1
parse = (?P<major>\d+)\.(?P<minor>\d+)(?:\.(?P<patch>\d+))?
serialize =
{major}.{minor}.{patch}
{major}.{minor}
[bumpversion:file:README.rst]
[bumpversion:file:monero/__init__.py]
[bumpversion:file:docs/source/conf.py]