File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.15 .0
2
+ current_version = 0.16 .0
3
3
tag = True
4
4
tag_name = {new_version}
5
5
commit = True
@@ -13,3 +13,4 @@ serialize =
13
13
[bumpversion:file:pyproject.toml]
14
14
search = version = " {current_version}"
15
15
replace = version = " {new_version}"
16
+
Original file line number Diff line number Diff line change 14
14
15
15
__author__ = "Artur Maciag"
16
16
__email__ = "maciag.artur@gmail.com"
17
- __version__ = "0.15 .0"
17
+ __version__ = "0.16 .0"
18
18
__url__ = "https://github.com/p1c2u/openapi-core"
19
19
__license__ = "BSD 3-Clause License"
20
20
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ignore_missing_imports = true
29
29
30
30
[tool .poetry ]
31
31
name = " openapi-core"
32
- version = " 0.15 .0"
32
+ version = " 0.16 .0"
33
33
description = " client-side and server-side support for the OpenAPI Specification v3"
34
34
authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
35
35
license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments