We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13b47d commit b8ba24fCopy full SHA for b8ba24f
.bumpversion.cfg
@@ -0,0 +1,11 @@
1
+[bumpversion]
2
+current_version = 0.1.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_schema_validator/__init__.py]
0 commit comments