mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-25 11:09:53 +00:00
12 lines
259 B
INI
12 lines
259 B
INI
|
[bumpversion]
|
||
|
current_version = 0.12.0
|
||
|
tag = True
|
||
|
tag_name = {new_version}
|
||
|
commit = True
|
||
|
message = Version {new_version}
|
||
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
||
|
serialize =
|
||
|
{major}.{minor}.{patch}
|
||
|
|
||
|
[bumpversion:file:openapi_core/__init__.py]
|