Skip to content

Commit 475b727

Browse files
committed
Version 0.18.2
1 parent 9f180a9 commit 475b727

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.18.1
2+
current_version = 0.18.2
33
tag = True
44
tag_name = {new_version}
55
commit = True

Diff for: openapi_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
__author__ = "Artur Maciag"
3737
__email__ = "[email protected]"
38-
__version__ = "0.18.1"
38+
__version__ = "0.18.2"
3939
__url__ = "https://github.com/python-openapi/openapi-core"
4040
__license__ = "BSD 3-Clause License"
4141

Diff for: 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.18.1"
36+
version = "0.18.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)