Skip to content

Commit ae4ac91

Browse files
committed
Version 0.21.0
1 parent 17ae218 commit ae4ac91

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__ = "maciag.artur@gmail.com"
41-
__version__ = "0.20.0"
41+
__version__ = "0.21.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
@@ -32,7 +32,7 @@ ignore_missing_imports = true
3232

3333
[tool.poetry]
3434
name = "openapi-core"
35-
version = "0.20.0"
35+
version = "0.21.0"
3636
description = "client-side and server-side support for the OpenAPI Specification v3"
3737
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
3838
license = "BSD-3-Clause"
@@ -149,7 +149,7 @@ force_single_line = true
149149
github_url = "https://github.com/python-openapi/openapi-core"
150150

151151
[tool.tbump.version]
152-
current = "0.20.0"
152+
current = "0.21.0"
153153
regex = '''
154154
(?P<major>\d+)
155155
\.

0 commit comments

Comments
 (0)