Skip to content

Commit

Permalink
Version 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Jun 15, 2023
1 parent e32c27b commit eaa0947
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.17.1
current_version = 0.17.2
tag = True
tag_name = {new_version}
commit = True
Expand All @@ -13,4 +13,3 @@ serialize =
[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

2 changes: 1 addition & 1 deletion openapi_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

__author__ = "Artur Maciag"
__email__ = "[email protected]"
__version__ = "0.17.1"
__version__ = "0.17.2"
__url__ = "https://github.com/python-openapi/openapi-core"
__license__ = "BSD 3-Clause License"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "openapi-core"
version = "0.17.1"
version = "0.17.2"
description = "client-side and server-side support for the OpenAPI Specification v3"
authors = ["Artur Maciag <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit eaa0947

Please sign in to comment.