Bump version: 3.21 → 3.22

This commit is contained in:
Devaev Maxim
2021-03-22 07:07:56 +03:00
parent dff49d8e7b
commit 3b7cbc62c4
7 changed files with 7 additions and 7 deletions

View File

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