summaryrefslogtreecommitdiff
path: root/.bumpversion.cfg
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-07-23 10:44:52 +0300
committerDevaev Maxim <[email protected]>2020-07-23 10:44:52 +0300
commit1d7f949b9e33195ec584382cf9bdb73829341c45 (patch)
tree07814605d56861ed3545e59c17eb883d23224b2d /.bumpversion.cfg
parentd338bf219c22020e6791a30e210299138d45926c (diff)
Bump version: 1.76 → 1.77v1.77
Diffstat (limited to '.bumpversion.cfg')
-rw-r--r--.bumpversion.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 4e7edc87..713d5095 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
-current_version = 1.76
+current_version = 1.77
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}