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