Releasing 1.1.7

This commit is contained in:
Andrew Godwin 2017-09-14 10:35:40 -07:00
parent 65150d16a7
commit 29c269ead7
4 changed files with 11 additions and 2 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.7 (2017-09-14)
------------------
* Fixed compatability with Django 1.10 and below
* JS library: Fixed error with 1006 error code
1.1.6 (2017-06-28)
------------------

View File

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

View File

@ -15,3 +15,4 @@ Release Notes
1.1.4
1.1.5
1.1.6
1.1.7

View File

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