Skip to content

Commit

Permalink
Release 5.4.1 (#940)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jwag956 authored Feb 27, 2024
1 parent 42edd25 commit e94e1df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion flask_security/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@
)
from .webauthn_util import WebauthnUtil

__version__ = "5.4.0"
__version__ = "5.4.1"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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[email protected] --mapping-file=babel.ini \
--add-comments=NOTE flask_security
Expand Down

0 comments on commit e94e1df

Please sign in to comment.