diff options
author | Maxim Devaev <[email protected]> | 2022-09-21 18:31:15 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-09-21 18:31:15 +0300 |
commit | b5fa02d23f423d566c09da4675d05cbf4d0bb520 (patch) | |
tree | 1741127055dbc5ff73434d684c8312ff28fc1686 /.bumpversion.cfg | |
parent | 55eab2df0dc8ccbcd7779fa0d721cb5e492f2d2b (diff) |
Bump version: 3.145 → 3.146v3.146
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 1263f01a..5ab7c602 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.145 +current_version = 3.146 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |