diff options
author | Maxim Devaev <[email protected]> | 2021-09-25 18:29:15 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-09-25 18:29:15 +0300 |
commit | ae81fced3d77cdcc6781b129168b25fc534d3894 (patch) | |
tree | d3b8aeddd34dfd755526a16ccff38ff0f81395e4 /.bumpversion.cfg | |
parent | e95068cc4688ce7d1dad8c73ba02d97bfe717d49 (diff) |
Bump version: 3.23 → 3.24v3.24
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 534272e7..e70c1deb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.23 +current_version = 3.24 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |