mirror of
https://github.com/django/daphne.git
synced 2025-07-30 16:59:46 +03:00
Releasing 1.1.1
This commit is contained in:
parent
08881bc7de
commit
274a5a8c98
|
@ -1,6 +1,12 @@
|
|||
Full release notes, with more details and upgrade information, are available at:
|
||||
https://channels.readthedocs.io/en/latest/releases
|
||||
|
||||
1.1.1 (2017-03-19)
|
||||
------------------
|
||||
|
||||
* Fixed JS packaging issue
|
||||
|
||||
|
||||
1.1.0 (2017-03-18)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
recursive-exclude tests *
|
||||
include channels/static/channels/js/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "1.1.0"
|
||||
__version__ = "1.1.1"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
22
docs/releases/1.1.1.rst
Normal file
22
docs/releases/1.1.1.rst
Normal file
|
@ -0,0 +1,22 @@
|
|||
1.1.1 Release Notes
|
||||
===================
|
||||
|
||||
Channels 1.1.1 is a bugfix release that fixes a packaging issue with the JavaScript files.
|
||||
|
||||
|
||||
Major Changes
|
||||
-------------
|
||||
|
||||
None.
|
||||
|
||||
Minor Changes & Bugfixes
|
||||
------------------------
|
||||
|
||||
* The JavaScript binding introduced in 1.1.0 is now correctly packaged and
|
||||
included in builds.
|
||||
|
||||
|
||||
Backwards Incompatible Changes
|
||||
------------------------------
|
||||
|
||||
None.
|
|
@ -9,3 +9,4 @@ Release Notes
|
|||
1.0.2
|
||||
1.0.3
|
||||
1.1.0
|
||||
1.1.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "django-channels",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -36,7 +36,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"babel": "^6.5.2",
|
||||
"babel-cli": "^6.16.0",
|
||||
"babel-cli": "^6.24.0",
|
||||
"babel-core": "^6.16.0",
|
||||
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
|
||||
"babel-plugin-transform-object-assign": "^6.8.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user