Skip to content

Instantly share code, notes, and snippets.

@sprytnyk
Created July 8, 2018 18:54
Show Gist options
  • Save sprytnyk/97536671718c2be31131e15b78701150 to your computer and use it in GitHub Desktop.
Save sprytnyk/97536671718c2be31131e15b78701150 to your computer and use it in GitHub Desktop.
[bumpversion]
current_version = 3.0.0.a0
commit = True
tag = False
files = setup.py docs/conf.py wtforms/__init__.py
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<n>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{n}
{major}.{minor}.{patch}
[bumpversion:part:release]
optional_value = gamma
values =
a
b
rc
gamma
[bumpversion:part:n]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment