diff --git a/ChangeLog.rst b/ChangeLog.rst index 5b2e933f77..574f2452ae 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,9 @@ +64.2.1 (unreleased) +******************* + +- ... + + 64.2.0 (2024-08-30) ******************* diff --git a/allauth/__init__.py b/allauth/__init__.py index e6cca498a2..0032334dad 100644 --- a/allauth/__init__.py +++ b/allauth/__init__.py @@ -8,7 +8,7 @@ """ -VERSION = (64, 2, 0, "final", 0) +VERSION = (64, 2, 1, "dev", 0) __title__ = "django-allauth" __version_info__ = VERSION diff --git a/docs/conf.py b/docs/conf.py index 307c31ad20..318fbcf468 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = "64.2.0" +version = "64.2.1" # The full version, including alpha/beta/rc tags. -release = "64.2.0" +release = "64.2.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.