summaryrefslogtreecommitdiff
path: root/.bumpversion.cfg
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-10-04 00:59:23 +0300
committerDevaev Maxim <[email protected]>2020-10-04 00:59:23 +0300
commitac73afcc737cdb40d858efa86da1bb8089b324f0 (patch)
tree81f02bf54ab4773fbb5a3cb8598d675448e39e8d /.bumpversion.cfg
parent109565baafee0f04eadf679b5e96ced02f99fd5f (diff)
Bump version: 1.102 → 2.0v2.0
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 1fc43f3a..33e2c5d8 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
-current_version = 1.102
+current_version = 2.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}