You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[bumpversion]
current_version = 2018.01.31
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
[bumpversion:file:setup.cfg]
[metadata]
name = perfect-jsonschema
version = 2018.01.31
If I run bumpversion --allow-dirty --new-version 2019.02.05 patch, the metadata:version won't change.
The workaround is to move bumpversion setup to its .bumpversion.cfg
The text was updated successfully, but these errors were encountered:
If I run
bumpversion --allow-dirty --new-version 2019.02.05 patch
, the metadata:version won't change.The workaround is to move bumpversion setup to its .bumpversion.cfg
The text was updated successfully, but these errors were encountered: