We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8635b94 commit 3143d4fCopy full SHA for 3143d4f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.19.4
+current_version = 0.19.5
3
tag = True
4
tag_name = {new_version}
5
commit = True
openapi_core/__init__.py
@@ -38,7 +38,7 @@
38
39
__author__ = "Artur Maciag"
40
__email__ = "maciag.artur@gmail.com"
41
-__version__ = "0.19.4"
+__version__ = "0.19.5"
42
__url__ = "https://github.com/python-openapi/openapi-core"
43
__license__ = "BSD 3-Clause License"
44
pyproject.toml
@@ -33,7 +33,7 @@ ignore_missing_imports = true
33
34
[tool.poetry]
35
name = "openapi-core"
36
-version = "0.19.4"
+version = "0.19.5"
37
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