Skip to content

Commit 6a2f478

Browse files
committed
Version 0.15.0
1 parent c24f046 commit 6a2f478

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.15.0a2
2+
current_version = 0.15.0
33
tag = True
44
tag_name = {new_version}
55
commit = True

openapi_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
__author__ = "Artur Maciag"
1818
__email__ = "[email protected]"
19-
__version__ = "0.15.0a2"
19+
__version__ = "0.15.0"
2020
__url__ = "https://github.com/p1c2u/openapi-core"
2121
__license__ = "BSD 3-Clause License"
2222

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ignore_missing_imports = true
3030

3131
[tool.poetry]
3232
name = "openapi-core"
33-
version = "0.15.0a2"
33+
version = "0.15.0"
3434
description = "client-side and server-side support for the OpenAPI Specification v3"
3535
authors = ["Artur Maciag <[email protected]>"]
3636
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)