From 733cf92825280c5f409e456ee7611abb41a2855c Mon Sep 17 00:00:00 2001 From: p1c2u Date: Wed, 14 Aug 2024 09:11:00 +0000 Subject: [PATCH] Version 0.19.3 --- .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 7833a718..1400dae8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.2 +current_version = 0.19.3 tag = True tag_name = {new_version} commit = True diff --git a/openapi_core/__init__.py b/openapi_core/__init__.py index 7ef64786..8c7057b6 100644 --- a/openapi_core/__init__.py +++ b/openapi_core/__init__.py @@ -38,7 +38,7 @@ __author__ = "Artur Maciag" __email__ = "maciag.artur@gmail.com" -__version__ = "0.19.2" +__version__ = "0.19.3" __url__ = "https://github.com/python-openapi/openapi-core" __license__ = "BSD 3-Clause License" diff --git a/pyproject.toml b/pyproject.toml index b5601727..ed78d5de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ ignore_missing_imports = true [tool.poetry] name = "openapi-core" -version = "0.19.2" +version = "0.19.3" description = "client-side and server-side support for the OpenAPI Specification v3" authors = ["Artur Maciag "] license = "BSD-3-Clause"