summaryrefslogtreecommitdiff
path: root/.bumpversion.cfg
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2023-05-25 18:04:50 +0300
committerMaxim Devaev <[email protected]>2023-05-25 18:04:50 +0300
commit93530484bbd1947268c22369245c4e8ab8c1a064 (patch)
treeb82df9fe45fa9fa8a0e52514b79a84f94e8bdd35 /.bumpversion.cfg
parent5c733ccb81e24db58643553d4320704905965446 (diff)
Bump version: 3.217 → 3.218v3.218
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 037feef1..3d0f92da 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
-current_version = 3.217
+current_version = 3.218
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}