From e94e1dfa1c9dd5286d14778cd57f612c6d2defa7 Mon Sep 17 00:00:00 2001 From: Chris Wagner Date: Mon, 26 Feb 2024 21:03:40 -0800 Subject: [PATCH] Release 5.4.1 (#940) Had an issue with creating sdist and mistakenly pushed a PR that fixed that but wasn't quite correct. In PYPI pulled 5.4.0 - we'll just publish 5.4.1 --- CHANGES.rst | 4 ++-- flask_security/__init__.py | 2 +- tox.ini | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 63c03bf2..e9c73c78 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,8 @@ Flask-Security Changelog Here you can see the full list of changes between each Flask-Security release. -Version 5.4.0 -------------- +Version 5.4.0 & 5.4.1 +---------------------- Released February 26, 2024 diff --git a/flask_security/__init__.py b/flask_security/__init__.py index 94330907..299a3067 100644 --- a/flask_security/__init__.py +++ b/flask_security/__init__.py @@ -136,4 +136,4 @@ ) from .webauthn_util import WebauthnUtil -__version__ = "5.4.0" +__version__ = "5.4.1" diff --git a/tox.ini b/tox.ini index 6513c296..fd7c400f 100644 --- a/tox.ini +++ b/tox.ini @@ -153,7 +153,7 @@ deps = jinja2 skip_install = true commands = - pybabel extract --version 5.4.0 --keyword=_fsdomain --project=Flask-Security \ + pybabel extract --version 5.4.1 --keyword=_fsdomain --project=Flask-Security \ -o flask_security/translations/flask_security.pot \ --msgid-bugs-address=jwag956@github.com --mapping-file=babel.ini \ --add-comments=NOTE flask_security