Skip to content

Commit 520650b

Browse files
committed
Version 0.23.0
1 parent beec2f2 commit 520650b

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
@@ -51,7 +51,7 @@
5151

5252
__author__ = "Artur Maciag"
5353
__email__ = "maciag.artur@gmail.com"
54-
__version__ = "0.23.0b1"
54+
__version__ = "0.23.0"
5555
__url__ = "https://github.com/python-openapi/openapi-core"
5656
__license__ = "BSD 3-Clause License"
5757

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.23.0b1"
35+
version = "0.23.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"
@@ -144,7 +144,7 @@ force_single_line = true
144144
github_url = "https://github.com/python-openapi/openapi-core"
145145

146146
[tool.tbump.version]
147-
current = "0.23.0b1"
147+
current = "0.23.0"
148148
regex = '''
149149
(?P<major>\d+)
150150
\.

0 commit comments

Comments
 (0)