Bump version: 1.57 → 1.58

This commit is contained in:
Devaev Maxim
2020-05-06 01:36:01 +03:00
parent b43ec9aa81
commit 8108212aa2
4 changed files with 4 additions and 4 deletions

View File

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