Skip to content

Commit eaa0947

Browse files
committed
Version 0.17.2
1 parent e32c27b commit eaa0947

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.17.1
2+
current_version = 0.17.2
33
tag = True
44
tag_name = {new_version}
55
commit = True
@@ -13,4 +13,3 @@ serialize =
1313
[bumpversion:file:pyproject.toml]
1414
search = version = "{current_version}"
1515
replace = version = "{new_version}"
16-

openapi_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
__author__ = "Artur Maciag"
4747
__email__ = "[email protected]"
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

pyproject.toml

+1-1
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.17.1"
36+
version = "0.17.2"
3737
description = "client-side and server-side support for the OpenAPI Specification v3"
3838
authors = ["Artur Maciag <[email protected]>"]
3939
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)