mirror of
https://github.com/django/daphne.git
synced 2025-08-04 18:40:09 +03:00
Releasing 1.1.6
This commit is contained in:
parent
93f2bf1585
commit
8e186c1246
|
@ -1,6 +1,13 @@
|
||||||
Full release notes, with more details and upgrade information, are available at:
|
Full release notes, with more details and upgrade information, are available at:
|
||||||
https://channels.readthedocs.io/en/latest/releases
|
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)
|
1.1.5 (2017-06-16)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "1.1.5"
|
__version__ = "1.1.6"
|
||||||
|
|
||||||
default_app_config = 'channels.apps.ChannelsConfig'
|
default_app_config = 'channels.apps.ChannelsConfig'
|
||||||
DEFAULT_CHANNEL_LAYER = 'default'
|
DEFAULT_CHANNEL_LAYER = 'default'
|
||||||
|
|
23
docs/releases/1.1.6.rst
Normal file
23
docs/releases/1.1.6.rst
Normal 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.
|
|
@ -14,3 +14,4 @@ Release Notes
|
||||||
1.1.3
|
1.1.3
|
||||||
1.1.4
|
1.1.4
|
||||||
1.1.5
|
1.1.5
|
||||||
|
1.1.6
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "django-channels",
|
"name": "django-channels",
|
||||||
"version": "1.1.5",
|
"version": "1.1.6",
|
||||||
"description": "",
|
"description": "",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user