File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838
3939__author__ = "Artur Maciag"
404041- __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
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ignore_missing_imports = true
3333
3434[tool .poetry ]
3535name = " openapi-core"
36- version = " 0.19.5 "
36+ version = " 0.20.0 "
3737description = " client-side and server-side support for the OpenAPI Specification v3"
3838authors = [
" Artur Maciag <[email protected] >" ]
3939license = " BSD-3-Clause"
@@ -151,7 +151,7 @@ force_single_line = true
151151github_url = " https://github.com/python-openapi/openapi-core"
152152
153153[tool .tbump .version ]
154- current = " 0.19.5 "
154+ current = " 0.20.0 "
155155regex = '''
156156 (?P<major>\d+)
157157 \.
You can’t perform that action at this time.
0 commit comments