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 6b69bd5 commit e416817Copy full SHA for e416817
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.16.4
+current_version = 0.16.5
3
tag = True
4
tag_name = {new_version}
5
commit = True
openapi_core/__init__.py
@@ -20,7 +20,7 @@
20
21
__author__ = "Artur Maciag"
22
__email__ = "maciag.artur@gmail.com"
23
-__version__ = "0.16.4"
+__version__ = "0.16.5"
24
__url__ = "https://github.com/p1c2u/openapi-core"
25
__license__ = "BSD 3-Clause License"
26
pyproject.toml
@@ -29,7 +29,7 @@ ignore_missing_imports = true
29
30
[tool.poetry]
31
name = "openapi-core"
32
-version = "0.16.4"
+version = "0.16.5"
33
description = "client-side and server-side support for the OpenAPI Specification v3"
34
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
35
license = "BSD-3-Clause"
0 commit comments