diff options
author | Devaev Maxim <[email protected]> | 2019-10-19 19:41:58 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-10-19 19:41:58 +0300 |
commit | 1a3ec60911dc0ddcf86bb790944e6c89332dd115 (patch) | |
tree | 35d56c04173fcfea258e0357f49a2e6187bf52f7 /.bumpversion.cfg | |
parent | f08a94ae0f4af288ea82dd70d49bb6b5e314fd06 (diff) |
Bump version: 1.26 → 1.27v1.27
Diffstat (limited to '.bumpversion.cfg')
-rw-r--r-- | .bumpversion.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a7aec67d..667bfb10 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.26 +current_version = 1.27 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |