diff options
author | Maxim Devaev <[email protected]> | 2022-07-24 06:02:55 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-07-24 06:02:55 +0300 |
commit | 049ea642dc7b38761d6d3bb7fd1925384554cc7c (patch) | |
tree | 8bb57c96a6e4a8d4512ea6686e4d978caea04304 /.bumpversion.cfg | |
parent | 6cfe64daa8ac8c877a64dfe62db7f2ec24020c50 (diff) |
Bump version: 3.124 → 3.125v3.125
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 ae39ec98..408a0bfe 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.124 +current_version = 3.125 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |