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 b18a2d3 commit c5bb182Copy full SHA for c5bb182
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.17.0a1
+current_version = 0.17.0a2
3
tag = True
4
tag_name = {new_version}
5
commit = True
openapi_core/__init__.py
@@ -30,7 +30,7 @@
30
31
__author__ = "Artur Maciag"
32
__email__ = "maciag.artur@gmail.com"
33
-__version__ = "0.17.0a1"
+__version__ = "0.17.0a2"
34
__url__ = "https://github.com/p1c2u/openapi-core"
35
__license__ = "BSD 3-Clause License"
36
pyproject.toml
@@ -29,7 +29,7 @@ ignore_missing_imports = true
29
[tool.poetry]
name = "openapi-core"
-version = "0.17.0a1"
+version = "0.17.0a2"
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