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 a817d21 commit 214ff99Copy full SHA for 214ff99
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.16.1
+current_version = 0.16.2
3
tag = True
4
tag_name = {new_version}
5
commit = True
openapi_core/__init__.py
@@ -14,7 +14,7 @@
14
15
__author__ = "Artur Maciag"
16
__email__ = "maciag.artur@gmail.com"
17
-__version__ = "0.16.1"
+__version__ = "0.16.2"
18
__url__ = "https://github.com/p1c2u/openapi-core"
19
__license__ = "BSD 3-Clause License"
20
pyproject.toml
@@ -29,7 +29,7 @@ ignore_missing_imports = true
29
30
[tool.poetry]
31
name = "openapi-core"
32
-version = "0.16.1"
+version = "0.16.2"
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