Skip to content

Commit

Permalink
Ready for 5.5.2 (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwag956 committed Aug 4, 2024
1 parent 77982fc commit 9334813
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
Expand Down
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ Flask-Security Changelog

Here you can see the full list of changes between each Flask-Security release.

Version 5.5.2
-------------

Released August 5, 2024

More attempts to upload to pypi both flask-security and flask-security-too.
No code changes - however the build manifest changed so the source distribution
contents might be slightly different.

Docs and Chores
+++++++++++++++
- (:pr:`1019`) Separate publish workflows for each pypi package

Version 5.5.1
-------------

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

__version__ = "5.5.1"
__version__ = "5.5.2"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ deps =
jinja2
skip_install = true
commands =
pybabel extract --version 5.5.1 --keyword=_fsdomain --project=Flask-Security \
pybabel extract --version 5.5.2 --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 9334813

Please sign in to comment.