Skip to content

Commit

Permalink
chore: Release 0.63.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed May 24, 2024
1 parent 03779ae commit 5d21115
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
0.63.2 (unreleased)
0.63.2 (2024-05-24)
*******************

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

- ``allauth.headless`` now supports the ``is_open_for_signup()`` adapter method.
In case signup is closed, a 403 is returned during signup.

Expand Down
2 changes: 1 addition & 1 deletion allauth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

VERSION = (0, 63, 2, "dev", 0)
VERSION = (0, 63, 2, "final", 0)

__title__ = "django-allauth"
__version_info__ = VERSION
Expand Down

0 comments on commit 5d21115

Please sign in to comment.