From 15afc94fb663f93fa8056cb2a3dca65a0f80431b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lafr=C3=A9choux?= Date: Mon, 26 Feb 2024 21:58:31 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.43.0=20=E2=86=92=200.44.0?= 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 55121b68..fb33107f 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.43.0" +__version__ = "0.44.0" class Api(APISpecMixin, ErrorHandlerMixin): diff --git a/setup.cfg b/setup.cfg index 1de862f6..336cd435 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.43.0 +current_version = 0.44.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 2d360641..17483257 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="flask-smorest", - version="0.43.0", + version="0.44.0", description="Flask/Marshmallow-based REST API framework", long_description=long_description, url="https://github.com/marshmallow-code/flask-smorest",