From 475b727e56eaa4f9bb16381a6d292a919312f093 Mon Sep 17 00:00:00 2001 From: p1c2u Date: Mon, 6 Nov 2023 13:29:24 +0000 Subject: [PATCH] Version 0.18.2 --- .bumpversion.cfg | 2 +- openapi_core/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 01f6189f..175d148e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.18.1 +current_version = 0.18.2 tag = True tag_name = {new_version} commit = True diff --git a/openapi_core/__init__.py b/openapi_core/__init__.py index c0f73db2..ccb5b2d6 100644 --- a/openapi_core/__init__.py +++ b/openapi_core/__init__.py @@ -35,7 +35,7 @@ __author__ = "Artur Maciag" __email__ = "maciag.artur@gmail.com" -__version__ = "0.18.1" +__version__ = "0.18.2" __url__ = "https://github.com/python-openapi/openapi-core" __license__ = "BSD 3-Clause License" diff --git a/pyproject.toml b/pyproject.toml index 9c362eb8..ed8ed024 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ ignore_missing_imports = true [tool.poetry] name = "openapi-core" -version = "0.18.1" +version = "0.18.2" description = "client-side and server-side support for the OpenAPI Specification v3" authors = ["Artur Maciag "] license = "BSD-3-Clause"