Skip to content

Commit

Permalink
Bump version: 0.42.1 → 0.42.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Nov 9, 2023
1 parent 966e249 commit afaf1aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flask_smorest/__init__.py
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion 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}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit afaf1aa

Please sign in to comment.