diff options
author | Devaev Maxim <[email protected]> | 2021-02-15 04:17:18 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-02-15 04:17:18 +0300 |
commit | 058d82c81208f816f5e93400d10ae7c2b2380ae3 (patch) | |
tree | 22ed7296626f10fdd0bd9ce1c19cc94756085c24 /.bumpversion.cfg | |
parent | 0442ec32647674879545d17bb484418799ab16ed (diff) |
Bump version: 2.19 → 2.20v2.20
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 8fc6c8b7..5c170a98 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.19 +current_version = 2.20 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |