From 29c269ead7e8fec877f65b00d6982c62d5fc085a Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 14 Sep 2017 10:35:40 -0700 Subject: [PATCH] Releasing 1.1.7 --- CHANGELOG.txt | 8 ++++++++ channels/__init__.py | 2 +- docs/releases/index.rst | 1 + js_client/package.json | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index fff2ef3..870b52b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) ------------------ diff --git a/channels/__init__.py b/channels/__init__.py index a0d9e10..176fc99 100644 --- a/channels/__init__.py +++ b/channels/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.6" +__version__ = "1.1.7" default_app_config = 'channels.apps.ChannelsConfig' DEFAULT_CHANNEL_LAYER = 'default' diff --git a/docs/releases/index.rst b/docs/releases/index.rst index c03f739..67bd716 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -15,3 +15,4 @@ Release Notes 1.1.4 1.1.5 1.1.6 + 1.1.7 diff --git a/js_client/package.json b/js_client/package.json index f32aaea..6c9e36f 100644 --- a/js_client/package.json +++ b/js_client/package.json @@ -1,6 +1,6 @@ { "name": "django-channels", - "version": "1.1.6", + "version": "1.1.7", "description": "", "repository": { "type": "git",