Skip to content

Commit 1d91d06

Browse files
committedMar 21, 2025·
chore: bump to 65.6.0-dev
1 parent 00a2401 commit 1d91d06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎ChangeLog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
65.5.1 (unreleased)
1+
65.6.0 (unreleased)
22
*******************
33

44
Fixes

‎allauth/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
"""
1010

11-
VERSION = (65, 5, 1, "dev", 0)
11+
VERSION = (65, 6, 0, "dev", 0)
1212

1313
__title__ = "django-allauth"
1414
__version_info__ = VERSION

‎docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = "65.5.1"
56+
version = "65.6.0"
5757
# The full version, including alpha/beta/rc tags.
58-
release = "65.5.1"
58+
release = "65.6.0"
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

0 commit comments

Comments
 (0)
Please sign in to comment.