Fixed duplication in versioning cfg
This commit is contained in:
@@ -3,7 +3,6 @@ current_version = 1.0.2
|
||||
commit = True
|
||||
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+))?
|
||||
commit = True
|
||||
serialize =
|
||||
{major}.{minor}.{patch}-{release}
|
||||
{major}.{minor}.{patch}
|
||||
|
||||
Reference in New Issue
Block a user