File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.15.0a1
2
+ current_version = 0.15.0a2
3
3
tag = True
4
4
tag_name = {new_version}
5
5
commit = True
Original file line number Diff line number Diff line change 16
16
17
17
__author__ = "Artur Maciag"
18
18
__email__ = "maciag.artur@gmail.com"
19
- __version__ = "0.15.0a1 "
19
+ __version__ = "0.15.0a2 "
20
20
__url__ = "https://github.com/p1c2u/openapi-core"
21
21
__license__ = "BSD 3-Clause License"
22
22
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.15.0a1 "
14
+ version = " 0.15.0a2 "
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