Skip to content

Commit 9b1e084

Browse files
Version 2.2 Release (#1281)
* Updated Daphne requirement. * Updated docs for v2.2 * Bump version for v2.2 release.
1 parent 03d2217 commit 9b1e084

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Full release notes, with more details and upgrade information, are available at:
22
https://channels.readthedocs.io/en/latest/releases
33

4+
2.2.0 (2019-04-14)
5+
------------------
6+
7+
* Updated requirements for ASGI v3 and Daphne 2.3.
8+
49

510
2.1.7 (2019-01-31)
611
------------------

channels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.1.7"
1+
__version__ = "2.2.0"
22

33
default_app_config = "channels.apps.ChannelsConfig"
44
DEFAULT_CHANNEL_LAYER = "default"

docs/releases/2.2.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2.2.0 Release Notes
2+
===================
3+
4+
Channels 2.2.0 updates the requirements for ASGI version 3, and the supporting
5+
Daphne v2.3 release.
6+
7+
Backwards Incompatible Changes
8+
------------------------------
9+
10+
None.

docs/releases/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ Release Notes
2626
2.1.5
2727
2.1.6
2828
2.1.7
29+
2.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
install_requires=[
1616
'Django>=1.11',
1717
'asgiref~=3.0',
18-
'daphne~=2.2',
18+
'daphne~=2.3',
1919
],
2020
extras_require={
2121
'tests': [

0 commit comments

Comments
 (0)