mirror of
https://github.com/django/daphne.git
synced 2025-08-04 10:30:08 +03:00
Releasing 1.1.7
This commit is contained in:
parent
65150d16a7
commit
29c269ead7
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "1.1.6"
|
||||
__version__ = "1.1.7"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
|
@ -15,3 +15,4 @@ Release Notes
|
|||
1.1.4
|
||||
1.1.5
|
||||
1.1.6
|
||||
1.1.7
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "django-channels",
|
||||
"version": "1.1.6",
|
||||
"version": "1.1.7",
|
||||
"description": "",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue
Block a user