summaryrefslogtreecommitdiff
path: root/.bumpversion.cfg
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-03-23 01:38:15 +0300
committerMaxim Devaev <[email protected]>2022-03-23 01:38:15 +0300
commit99df3f65567839945c4ce33851ab133dcfc644a2 (patch)
tree5a059f58c18dff24d83558001b1e31975a2084e2 /.bumpversion.cfg
parent0d93862b371e8f687e49c390a48498663e63c779 (diff)
Bump version: 3.64 → 3.65v3.65
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 f1ecd892..050cb06e 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
-current_version = 3.64
+current_version = 3.65
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}