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 e9f6ae6 commit 1b688bbCopy full SHA for 1b688bb
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.18.0
+current_version = 0.18.1
3
tag = True
4
tag_name = {new_version}
5
commit = True
openapi_core/__init__.py
@@ -35,7 +35,7 @@
35
36
__author__ = "Artur Maciag"
37
__email__ = "maciag.artur@gmail.com"
38
-__version__ = "0.18.0"
+__version__ = "0.18.1"
39
__url__ = "https://github.com/python-openapi/openapi-core"
40
__license__ = "BSD 3-Clause License"
41
pyproject.toml
@@ -33,7 +33,7 @@ ignore_missing_imports = true
33
34
[tool.poetry]
name = "openapi-core"
-version = "0.18.0"
+version = "0.18.1"
description = "client-side and server-side support for the OpenAPI Specification v3"
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
license = "BSD-3-Clause"
0 commit comments