diff options
author | Maxim Devaev <[email protected]> | 2022-06-19 23:25:39 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-06-19 23:25:39 +0300 |
commit | f41136e32b6343dbbae8a54bb593abefa9e443c8 (patch) | |
tree | 6da5a97bd46c91ef6c5f5e06b1fb50d1a7e0dc89 /.bumpversion.cfg | |
parent | cd8b999b552cd24c114f5f149035963c8fc1fa27 (diff) |
Bump version: 3.105 → 3.106v3.106
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 a8f012e7..0e577e8a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.105 +current_version = 3.106 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |