diff --git a/ChangeLog.rst b/ChangeLog.rst index 9b4c1f57bc..06987f829d 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,9 @@ +65.4.0 (unreleased) +******************* + +- ... + + 65.3.1 (2025-12-25) ******************* diff --git a/allauth/__init__.py b/allauth/__init__.py index 38ed04be5f..f444259e66 100644 --- a/allauth/__init__.py +++ b/allauth/__init__.py @@ -8,7 +8,7 @@ """ -VERSION = (65, 3, 1, "final", 0) +VERSION = (65, 4, 0, "dev", 0) __title__ = "django-allauth" __version_info__ = VERSION diff --git a/docs/conf.py b/docs/conf.py index 137f9f437f..a8fb29eec9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = "65.3.1" +version = "65.4.0" # The full version, including alpha/beta/rc tags. -release = "65.3.1" +release = "65.4.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.