File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.14.2
2
+ current_version = 0.15.0a1
3
3
tag = True
4
4
tag_name = {new_version}
5
5
commit = True
Original file line number Diff line number Diff line change 21
21
22
22
__author__ = "Artur Maciag"
23
23
__email__ = "maciag.artur@gmail.com"
24
- __version__ = "0.14.2 "
24
+ __version__ = "0.15.0a1 "
25
25
__url__ = "https://github.com/p1c2u/openapi-core"
26
26
__license__ = "BSD 3-Clause License"
27
27
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ output = "reports/coverage.xml"
11
11
12
12
[tool .poetry ]
13
13
name = " openapi-core"
14
- version = " 0.14.2 "
14
+ version = " 0.15.0a1 "
15
15
description = " client-side and server-side support for the OpenAPI Specification v3"
16
16
authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
17
17
license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments