Skip to content

Commit

Permalink
chore: Preparing release 0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Mar 31, 2023
1 parent 6acb0dc commit 77368a8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions ChangeLog.rst
@@ -1,3 +1,20 @@
0.54.0 (2023-03-31)
*******************

Note worthy changes
-------------------

- Dropped support for EOL Python versions (3.5, 3.6).


Security notice
---------------

- Even when account enumeration prevention was turned on, it was possible for an
attacker to infer whether or not a given account exists based upon the
response time of an authentication attempt. Fixed.


0.53.1 (2023-03-20)
*******************

Expand Down
2 changes: 1 addition & 1 deletion allauth/__init__.py
Expand Up @@ -8,7 +8,7 @@
"""

VERSION = (0, 53, 1, "final", 0)
VERSION = (0, 54, 0, "final", 0)

__title__ = "django-allauth"
__version_info__ = VERSION
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -157,6 +157,7 @@ def find_package_data(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Framework :: Django",
"Framework :: Django :: 2.0",
"Framework :: Django :: 2.1",
Expand Down

0 comments on commit 77368a8

Please sign in to comment.