Skip to content

Commit c1e9f72

Browse files
committed
Version 0.15.0a1
1 parent b780416 commit c1e9f72

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.14.2
2+
current_version = 0.15.0a1
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
@@ -21,7 +21,7 @@
2121

2222
__author__ = "Artur Maciag"
2323
__email__ = "[email protected]"
24-
__version__ = "0.14.2"
24+
__version__ = "0.15.0a1"
2525
__url__ = "https://github.com/p1c2u/openapi-core"
2626
__license__ = "BSD 3-Clause License"
2727

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ output = "reports/coverage.xml"
1111

1212
[tool.poetry]
1313
name = "openapi-core"
14-
version = "0.14.2"
14+
version = "0.15.0a1"
1515
description = "client-side and server-side support for the OpenAPI Specification v3"
1616
authors = ["Artur Maciag <[email protected]>"]
1717
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)