We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3631538 commit 70e31ecCopy full SHA for 70e31ec
.gitignore
@@ -7,3 +7,4 @@ build/
7
.DS_Store
8
.pytest_cache
9
.vscode
10
+.idea
CHANGELOG.txt
@@ -1,4 +1,4 @@
1
-4.0.0b1 (2022-06-28)
+4.0.0b2 (2022-09-08)
2
--------------------
3
4
This is a beta release to allow testing with the new redis-py dependency.
channels_redis/__init__.py
@@ -1 +1 @@
-__version__ = "4.0.0b1"
+__version__ = "4.0.0b2"
0 commit comments