Releasing 1.1.6

This commit is contained in:
Andrew Godwin 2017-06-28 00:21:37 -07:00
parent 93f2bf1585
commit 8e186c1246
5 changed files with 33 additions and 2 deletions

View File

@ -1,6 +1,13 @@
Full release notes, with more details and upgrade information, are available at:
https://channels.readthedocs.io/en/latest/releases
1.1.6 (2017-06-28)
------------------
* The ``runserver`` ``server_cls`` override no longer fails with more modern
Django versions that pass an ``ipv6`` parameter.
1.1.5 (2017-06-16)
------------------

View File

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

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

@ -0,0 +1,23 @@
1.1.6 Release Notes
===================
Channels 1.1.5 is a packaging release for the 1.1 series, released on
June 28th, 2017.
Major Changes
-------------
None.
Minor Changes & Bugfixes
------------------------
* The ``runserver`` ``server_cls`` override no longer fails with more modern
Django versions that pass an ``ipv6`` parameter.
Backwards Incompatible Changes
------------------------------
None.

View File

@ -14,3 +14,4 @@ Release Notes
1.1.3
1.1.4
1.1.5
1.1.6

View File

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