From b8d2be6df8a0348fe543b054f9a231bb09ec8d60 Mon Sep 17 00:00:00 2001 From: Yasser Tahiri Date: Wed, 13 Dec 2023 22:30:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Release=20Version=203.4?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastapi_class/__init__.py | 2 +- tests/test_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fastapi_class/__init__.py b/fastapi_class/__init__.py index c405f59..1501218 100644 --- a/fastapi_class/__init__.py +++ b/fastapi_class/__init__.py @@ -37,7 +37,7 @@ def post(self, user: ItemModel): """ -__version__ = "3.3.0" +__version__ = "3.4.0" from fastapi_class.exception import FormattedMessageException from fastapi_class.openapi import ExceptionModel, _exceptions_to_responses diff --git a/tests/test_version.py b/tests/test_version.py index 1cb9451..0a23588 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -1,6 +1,6 @@ import fastapi_class -__version__ = "3.3.0" +__version__ = "3.4.0" def test_version() -> None: