diff options
author | Maxim Devaev <[email protected]> | 2023-03-21 07:48:36 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-03-21 07:48:36 +0200 |
commit | 6c0f5cccb94fc8092a49d90eca89fe89e9cf923a (patch) | |
tree | 79f9bceabe1d630191b01d9f1eeb15ea9ea9eb71 /.bumpversion.cfg | |
parent | b08b7a7758487e2a2f0ab602a545dda71c89c37c (diff) |
Bump version: 3.206 → 3.207v3.207
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 4f89cf23..364361e9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.206 +current_version = 3.207 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |