We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56450d3 commit fc2ac52Copy full SHA for fc2ac52
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.14.1
+current_version = 0.14.2
3
tag = True
4
tag_name = {new_version}
5
commit = True
@@ -9,3 +9,4 @@ serialize =
9
{major}.{minor}.{patch}
10
11
[bumpversion:file:openapi_core/__init__.py]
12
+
openapi_core/__init__.py
@@ -6,7 +6,7 @@
6
7
__author__ = 'Artur Maciag'
8
__email__ = '[email protected]'
-__version__ = '0.14.1'
+__version__ = '0.14.2'
__url__ = 'https://github.com/p1c2u/openapi-core'
__license__ = 'BSD 3-Clause License'
0 commit comments