Skip to content

Commit 0402b56

Browse files
committed
Version 0.20.0
1 parent 0c8c3b1 commit 0402b56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openapi_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
__author__ = "Artur Maciag"
4040
__email__ = "[email protected]"
41-
__version__ = "0.19.5"
41+
__version__ = "0.20.0"
4242
__url__ = "https://github.com/python-openapi/openapi-core"
4343
__license__ = "BSD 3-Clause License"
4444

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ignore_missing_imports = true
3333

3434
[tool.poetry]
3535
name = "openapi-core"
36-
version = "0.19.5"
36+
version = "0.20.0"
3737
description = "client-side and server-side support for the OpenAPI Specification v3"
3838
authors = ["Artur Maciag <[email protected]>"]
3939
license = "BSD-3-Clause"
@@ -151,7 +151,7 @@ force_single_line = true
151151
github_url = "https://github.com/python-openapi/openapi-core"
152152

153153
[tool.tbump.version]
154-
current = "0.19.5"
154+
current = "0.20.0"
155155
regex = '''
156156
(?P<major>\d+)
157157
\.

0 commit comments

Comments
 (0)