File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.17.1
2+ current_version = 0.17.2
33tag = True
44tag_name = {new_version}
55commit = True
@@ -13,4 +13,3 @@ serialize =
1313[bumpversion:file:pyproject.toml]
1414search = version = " {current_version}"
1515replace = version = " {new_version}"
16-
Original file line number Diff line number Diff line change 4545
4646__author__ = "Artur Maciag"
4747__email__ = "maciag.artur@gmail.com"
48- __version__ = "0.17.1 "
48+ __version__ = "0.17.2 "
4949__url__ = "https://github.com/python-openapi/openapi-core"
5050__license__ = "BSD 3-Clause License"
5151
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.17.1 "
36+ version = " 0.17.2 "
3737description = " client-side and server-side support for the OpenAPI Specification v3"
3838authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
3939license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments