Skip to content

Commit

Permalink
Ready for 5.3.2 (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwag956 committed Oct 24, 2023
1 parent e57aee5 commit 2555df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Here you can see the full list of changes between each Flask-Security release.
Version 5.3.2
-------------

Released xxx
Released October 23, 2023

Fixes
++++++

- (:issue:`859`) Update Quickstart to show how to properly handle SQLAlchemy connections.
- (:issue:`861`) Auth Token not returned from /tf-validate. (thanks lilz-egoto)
- (:pr:`864`) Fix for latest email_validator deprecation - bump minimum to 2.0.0
- (:pr:`xxx`) Deprecate passing in the anonymous_user class (sent to Flask-Login).
- (:pr:`865`) Deprecate passing in the anonymous_user class (sent to Flask-Login).

Version 5.3.1
-------------
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask-Babel
Babel
Flask-Login@git+https://github.com/maxcountryman/flask-login.git@main
Flask-Login@git+https://github.com/maxcountryman/flask-login@main
Flask-Mailman
Flask-Principal
peewee
Expand Down

0 comments on commit 2555df3

Please sign in to comment.