Bump version: 3.74 → 3.75

This commit is contained in:
Maxim Devaev
2022-04-04 16:08:24 +03:00
parent 64fd7b088e
commit 421a42f364
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 3.74
current_version = 3.75
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}