Skip to content

Commit 24f4fe7

Browse files
committed
Releasing 2.3.3
1 parent ea5cc40 commit 24f4fe7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ language: python
44

55
python:
66
- "3.6"
7-
- "3.5"
87

98
services:
109
- redis-server

CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.3.3 (2019-01-10)
2+
------------------
3+
4+
* Bumped msgpack to 0.6
5+
6+
* Enforced Python 3.6 and up because 3.5 is too unreliable.
7+
8+
19
2.3.2 (2018-11-27)
210
------------------
311

channels_redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.2"
1+
__version__ = "2.3.3"

0 commit comments

Comments
 (0)