We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa78985 commit df5fbe7Copy full SHA for df5fbe7
.bumpversion.cfg
@@ -0,0 +1,11 @@
1
+[bumpversion]
2
+current_version = 0.12.0
3
+tag = True
4
+tag_name = {new_version}
5
+commit = True
6
+message = Version {new_version}
7
+parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
8
+serialize =
9
+ {major}.{minor}.{patch}
10
+
11
+[bumpversion:file:openapi_core/__init__.py]
0 commit comments