Bump version: 1.29 → 1.30

This commit is contained in:
Devaev Maxim
2019-10-23 01:07:04 +03:00
parent a02ce60f7e
commit af1e09067b
4 changed files with 4 additions and 4 deletions

View File

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