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

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