From afaf1aa002e26f3d66e9b6e09063a29165aef8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lafr=C3=A9choux?= Date: Thu, 9 Nov 2023 11:26:12 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.42.1=20=E2=86=92=200.42.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_smorest/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flask_smorest/__init__.py b/flask_smorest/__init__.py index 1597c73a..6f4caade 100644 --- a/flask_smorest/__init__.py +++ b/flask_smorest/__init__.py @@ -9,7 +9,7 @@ from .globals import current_api # noqa from .utils import PrefixedMappingProxy, normalize_config_prefix -__version__ = "0.42.1" +__version__ = "0.42.2" class Api(APISpecMixin, ErrorHandlerMixin): diff --git a/setup.cfg b/setup.cfg index d6d89bd2..77a37c13 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.42.1 +current_version = 0.42.2 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 288fe08b..b33a9b46 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( name="flask-smorest", - version="0.42.1", + version="0.42.2", description="Flask/Marshmallow-based REST API framework", long_description=long_description, url="https://github.com/marshmallow-code/flask-smorest",