Skip to content

Commit 9c08094

Browse files
committed
chore: Opening 0.61.1-dev
1 parent 6123cca commit 9c08094

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: allauth/__init__.py

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

11-
VERSION = (0, 61, 0, "final", 0)
11+
VERSION = (0, 61, 1, "dev", 0)
1212

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

Diff for: docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = "0.61.0"
53+
version = "0.61.1"
5454
# The full version, including alpha/beta/rc tags.
55-
release = "0.61.0"
55+
release = "0.61.1"
5656

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

0 commit comments

Comments
 (0)