Skip to content

Commit 0567647

Browse files
committedOct 4, 2022
Version 0.16.0
1 parent 898a8d0 commit 0567647

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 

‎.bumpversion.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.15.0
2+
current_version = 0.16.0
33
tag = True
44
tag_name = {new_version}
55
commit = True
@@ -13,3 +13,4 @@ serialize =
1313
[bumpversion:file:pyproject.toml]
1414
search = version = "{current_version}"
1515
replace = version = "{new_version}"
16+

‎openapi_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__author__ = "Artur Maciag"
1616
__email__ = "maciag.artur@gmail.com"
17-
__version__ = "0.15.0"
17+
__version__ = "0.16.0"
1818
__url__ = "https://github.com/p1c2u/openapi-core"
1919
__license__ = "BSD 3-Clause License"
2020

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ignore_missing_imports = true
2929

3030
[tool.poetry]
3131
name = "openapi-core"
32-
version = "0.15.0"
32+
version = "0.16.0"
3333
description = "client-side and server-side support for the OpenAPI Specification v3"
3434
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
3535
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)