diff options
author | Maxim Devaev <[email protected]> | 2022-02-21 04:23:38 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-02-21 04:23:38 +0300 |
commit | 30ce90b1007756c53a6a4e31a073df7071f1e855 (patch) | |
tree | 4bab5e666d16979e93397667a3919b3922468837 /.bumpversion.cfg | |
parent | 8bdfe3b2c3ceafa8e2e2006c4320767168a1c38f (diff) |
Bump version: 3.54 → 3.55v3.55
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 ac67f9f3..b1b29ca1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.54 +current_version = 3.55 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |