add bumb2version

This commit is contained in:
Викторов Андрей Германович
2021-09-07 10:24:18 +03:00
parent 13f4e138e5
commit 9ca1326db2

View File

@@ -1,6 +1,6 @@
[bumpversion]
current_version = 1.0.9f0
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))(?P<release>[bf])(?P<build>\d+)
current_version = 1.0.9
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d))(?P<release>[bf]*)(?P<build>\d*)
commit = True
tag = True
serialize =