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.0a2
2
+ current_version = 0.15.0
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.0a2 "
19
+ __version__ = "0.15.0 "
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 @@ -30,7 +30,7 @@ ignore_missing_imports = true
30
30
31
31
[tool .poetry ]
32
32
name = " openapi-core"
33
- version = " 0.15.0a2 "
33
+ version = " 0.15.0 "
34
34
description = " client-side and server-side support for the OpenAPI Specification v3"
35
35
authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
36
36
license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments