-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,4 +136,4 @@ | |
) | ||
from .webauthn_util import WebauthnUtil | ||
|
||
__version__ = "5.4.0" | ||
__version__ = "5.4.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|