diff options
author | Maxim Devaev <[email protected]> | 2022-09-20 21:06:56 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-09-20 21:06:56 +0300 |
commit | 0ebd2da83d7441389f0a54ea47123acca5a8d4db (patch) | |
tree | f346fa6ef2544b1741155cc71a249afa0dbeab2d /.bumpversion.cfg | |
parent | 647489ecd9c5420f9f32b60eb49abba89728975d (diff) |
Bump version: 3.144 → 3.145v3.145
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 b3753747..1263f01a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.144 +current_version = 3.145 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |