summaryrefslogtreecommitdiff
path: root/.bumpversion.cfg
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-05-02 04:29:37 +0300
committerDevaev Maxim <[email protected]>2021-05-02 04:29:37 +0300
commit8698a9367cee718404b031a942465e9c87129030 (patch)
treef2ec3e887f60c0117c00cfdb9b385d2b33b1f85a /.bumpversion.cfg
parent9a659d37730c7d4015bca59387a734d520add0c4 (diff)
Bump version: 2.61 → 2.62v2.62
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 fed3a826..66368933 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
-current_version = 2.61
+current_version = 2.62
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}