Releasing 1.1.8

This commit is contained in:
Andrew Godwin 2017-09-15 10:19:57 -07:00
parent 46484cdf39
commit 07053bebcc
7 changed files with 36 additions and 4 deletions

View File

@ -1,6 +1,14 @@
Full release notes, with more details and upgrade information, are available at:
https://channels.readthedocs.io/en/latest/releases
1.1.8 (2017-09-15)
------------------
* Reverted recent JS fixes for subprotocols on some phones as they do not work
in Chrome.
1.1.7 (2017-09-14)
------------------

View File

@ -1,4 +1,4 @@
__version__ = "1.1.7"
__version__ = "1.1.8"
default_app_config = 'channels.apps.ChannelsConfig'
DEFAULT_CHANNEL_LAYER = 'default'

View File

@ -1,7 +1,7 @@
1.1.6 Release Notes
===================
Channels 1.1.5 is a packaging release for the 1.1 series, released on
Channels 1.1.6 is a bugfix release for the 1.1 series, released on
June 28th, 2017.

View File

@ -1,7 +1,7 @@
1.1.7 Release Notes
===================
Channels 1.1.5 is a packaging release for the 1.1 series, released on
Channels 1.1.7 is a bugfix release for the 1.1 series, released on
September 14th, 2017.

23
docs/releases/1.1.8.rst Normal file
View File

@ -0,0 +1,23 @@
1.1.8 Release Notes
===================
Channels 1.1.8 is a packaging release for the 1.1 series, released on
September 15th, 2017.
Major Changes
-------------
None.
Minor Changes & Bugfixes
------------------------
* Reverted recent JS fixes for subprotocols on some phones as they do not work
in Chrome.
Backwards Incompatible Changes
------------------------------
None.

View File

@ -16,3 +16,4 @@ Release Notes
1.1.5
1.1.6
1.1.7
1.1.8

View File

@ -1,6 +1,6 @@
{
"name": "django-channels",
"version": "1.1.7",
"version": "1.1.8",
"description": "",
"repository": {
"type": "git",