mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-21 19:18:41 +00:00
11 lines
259 B
INI
11 lines
259 B
INI
[bumpversion]
|
|
current_version = 0.13.7
|
|
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]
|