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 8969016 commit 9247f47Copy full SHA for 9247f47
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.17.0
+current_version = 0.17.1
3
tag = True
4
tag_name = {new_version}
5
commit = True
openapi_core/__init__.py
@@ -45,7 +45,7 @@
45
46
__author__ = "Artur Maciag"
47
__email__ = "maciag.artur@gmail.com"
48
-__version__ = "0.17.0"
+__version__ = "0.17.1"
49
__url__ = "https://github.com/python-openapi/openapi-core"
50
__license__ = "BSD 3-Clause License"
51
pyproject.toml
@@ -29,7 +29,7 @@ ignore_missing_imports = true
29
30
[tool.poetry]
31
name = "openapi-core"
32
-version = "0.17.0"
+version = "0.17.1"
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