diff options
author | Devaev Maxim <[email protected]> | 2021-06-08 21:11:33 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-06-08 21:11:33 +0300 |
commit | 2724a14eab26030fc0f2c830b12aa613a3b8e8a8 (patch) | |
tree | 50c295dde94f4eb4e2ec5816a9e7171cbd82beb7 /.bumpversion.cfg | |
parent | 0bd572f3a477675978768c542e02536df4cfd448 (diff) |
Bump version: 2.81 → 2.82v2.82
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 717040f8..19d4dca3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.81 +current_version = 2.82 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |