8000
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 c1b65a5 commit cd035e7Copy full SHA for cd035e7
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.14.4
+current_version = 0.14.5
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__ = 'maciag.artur@gmail.com'
9
-__version__ = '0.14.4'
+__version__ = '0.14.5'
10
__url__ = 'https://github.com/p1c2u/openapi-core'
11
__license__ = 'BSD 3-Clause License'
12
0 commit comments