summaryrefslogtreecommitdiff
path: root/.bumpversion.cfg
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-04-06 09:46:55 +0300
committerMaxim Devaev <[email protected]>2022-04-06 09:46:55 +0300
commita02ae60a3085ce334a8843a0ad3f41a5deb8c543 (patch)
tree1b7d6f00e42f9d1266c2174088476ed8580cc4a9 /.bumpversion.cfg
parent6cf8ac4553fbec6c95e1d75f49bd2e83199c374c (diff)
Bump version: 3.77 → 3.78v3.78
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 ee23f068..a37bd441 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
-current_version = 3.77
+current_version = 3.78
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}