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 c24f046 commit 6a2f478Copy full SHA for 6a2f478
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.15.0a2
+current_version = 0.15.0
3
tag = True
4
tag_name = {new_version}
5
commit = True
openapi_core/__init__.py
@@ -16,7 +16,7 @@
16
17
__author__ = "Artur Maciag"
18
__email__ = "maciag.artur@gmail.com"
19
-__version__ = "0.15.0a2"
+__version__ = "0.15.0"
20
__url__ = "https://github.com/p1c2u/openapi-core"
21
__license__ = "BSD 3-Clause License"
22
pyproject.toml
@@ -30,7 +30,7 @@ ignore_missing_imports = true
30
31
[tool.poetry]
32
name = "openapi-core"
33
-version = "0.15.0a2"
+version = "0.15.0"
34
description = "client-side and server-side support for the OpenAPI Specification v3"
35
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
36
license = "BSD-3-Clause"
0 commit comments