diff options
author | Maxim Devaev <[email protected]> | 2022-03-23 04:39:19 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-03-23 04:39:19 +0300 |
commit | 67180e244f4d521816c2f2a82457874da5dcb202 (patch) | |
tree | 38f1ba05502e2ea99e39b29dc06600498e0a85d4 /.bumpversion.cfg | |
parent | e85a80f2219da6689d2d15d6ca3ff2a38875850d (diff) |
Bump version: 3.65 → 3.66v3.66
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 050cb06e..4397cfe2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.65 +current_version = 3.66 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |