Skip to content

Commit 52e240e

Browse files
Bumped version and change notes for v4.0.0b1 release. (#311)
1 parent 65a0528 commit 52e240e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
4.0.0b1 (2022-06-28)
2+
--------------------
3+
4+
This is a beta release to allow testing with the new redis-py dependency.
5+
6+
* Migrated from aioredis to redis-py.
7+
8+
19
3.4.0 (2022-03-10)
210
------------------
311

channels_redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.4.0"
1+
__version__ = "4.0.0b1"

0 commit comments

Comments
 (0)