Skip to content

Commit 460c757

Browse files
committed
Ready for 5.6.1
1 parent b5d66c2 commit 460c757

File tree

25 files changed

+32
-31
lines changed

25 files changed

+32
-31
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here you can see the full list of changes between each Flask-Security release.
66
Version 5.6.1
77
-------------
88

9-
Released xxx
9+
Released March 18, 2025
1010

1111
Fixes
1212
+++++

docs/index.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ Flask application. They include:
1919
3. Role and Permission management
2020
4. Account activation (via email confirmation) (optional)
2121
5. Password management (recovery and resetting) (optional)
22-
6. Two-factor authentication (optional)
23-
7. WebAuthn Support (optional)
24-
8. Use 'social'/Oauth for authentication (e.g. google, github, ..) (optional)
25-
9. Change email (optional)
26-
10. Login tracking (optional)
27-
11. JSON/Ajax Support
22+
6. Username management (configuration, recovery, change) (optional)
23+
7. Two-factor authentication via email, SMS, authenticator (optional)
24+
8. WebAuthn Support (optional)
25+
9. 'social'/Oauth for authentication (e.g. google, github, ..) (optional)
26+
10. Change email (optional)
27+
11. Login tracking (optional)
28+
12. JSON/Ajax Support
2829

2930

3031
Many of these features are made possible by integrating various Flask extensions

flask_security/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@
144144
)
145145
from .webauthn_util import WebauthnUtil
146146

147-
__version__ = "5.6.0"
147+
__version__ = "5.6.1"

flask_security/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ def init_app(
14391439
:param datastore: An instance of a user datastore.
14401440
:param register_blueprint: to register the Security blueprint or not.
14411441
:param kwargs: Can be used to override/initialize any of the form names,
1442-
flags, and utility classes.
1442+
or feature flags.
14431443
All other kwargs are ignored.
14441444
14451445
If you create the Security instance with both an 'app' and 'datastore'

flask_security/translations/af_ZA/LC_MESSAGES/flask_security.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Flask-Security 4.0.0\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2025-02-08 07:02-0800\n"
11+
"POT-Creation-Date: 2025-03-17 07:30-0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Michael Bosch <[email protected]>\n"
1414
"Language: af_ZA\n"

flask_security/translations/ca_ES/LC_MESSAGES/flask_security.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Flask-Security 3.1.0\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2025-02-08 07:02-0800\n"
11+
"POT-Creation-Date: 2025-03-17 07:30-0700\n"
1212
"PO-Revision-Date: 2019-06-16 00:12+0200\n"
1313
"Last-Translator: Orestes Sanchez <[email protected]>\n"
1414
"Language: ca_ES\n"

flask_security/translations/da_DK/LC_MESSAGES/flask_security.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Flask-Security 2.1.0\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2025-02-08 07:02-0800\n"
11+
"POT-Creation-Date: 2025-03-17 07:30-0700\n"
1212
"PO-Revision-Date: 2017-03-23 14:04+0100\n"
1313
"Last-Translator: Leonhard Printz <[email protected]>\n"
1414
"Language: da_DK\n"

flask_security/translations/de_DE/LC_MESSAGES/flask_security.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Flask-Security 4.1.3\n"
1212
"Report-Msgid-Bugs-To: [email protected]\n"
13-
"POT-Creation-Date: 2025-02-08 07:02-0800\n"
13+
"POT-Creation-Date: 2025-03-17 07:30-0700\n"
1414
"PO-Revision-Date: 2022-04-05 13:50+0200\n"
1515
"Last-Translator: Pascua Theus <[email protected]>\n"
1616
"Language: de_DE\n"

flask_security/translations/es_ES/LC_MESSAGES/flask_security.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Flask-Security 5.6.0\n"
1212
"Report-Msgid-Bugs-To: [email protected]\n"
13-
"POT-Creation-Date: 2025-02-08 07:02-0800\n"
13+
"POT-Creation-Date: 2025-03-17 07:30-0700\n"
1414
"PO-Revision-Date: 2025-02-08 20:17+0100\n"
1515
"Last-Translator: Giorgio Stampa <[email protected]>\n"
1616
"Language: es_ES\n"

flask_security/translations/eu_ES/LC_MESSAGES/flask_security.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Flask-Security 4.0.0\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2025-02-08 07:02-0800\n"
11+
"POT-Creation-Date: 2025-03-17 07:30-0700\n"
1212
"PO-Revision-Date: 2020-11-28 13:41+0100\n"
1313
"Last-Translator: Martin Mozos <[email protected]>\n"
1414
"Language: eu_ES\n"

0 commit comments

Comments
 (0)