mirror of
https://github.com/django/daphne.git
synced 2025-07-29 00:19:45 +03:00
Releasing 1.1.5
This commit is contained in:
parent
298aeee5b1
commit
94b3f3563b
|
@ -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.5 (2017-06-16)
|
||||
------------------
|
||||
|
||||
* The Daphne dependency requirement was bumped to 1.3.0.
|
||||
|
||||
|
||||
1.1.4 (2017-06-15)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "1.1.4"
|
||||
__version__ = "1.1.5"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
22
docs/releases/1.1.5.rst
Normal file
22
docs/releases/1.1.5.rst
Normal file
|
@ -0,0 +1,22 @@
|
|||
1.1.5 Release Notes
|
||||
===================
|
||||
|
||||
Channels 1.1.5 is a packaging release for the 1.1 series, released on
|
||||
June 16th, 2017.
|
||||
|
||||
|
||||
Major Changes
|
||||
-------------
|
||||
|
||||
None.
|
||||
|
||||
|
||||
Minor Changes & Bugfixes
|
||||
------------------------
|
||||
|
||||
* The Daphne dependency requirement was bumped to 1.3.0.
|
||||
|
||||
Backwards Incompatible Changes
|
||||
------------------------------
|
||||
|
||||
None.
|
|
@ -13,3 +13,4 @@ Release Notes
|
|||
1.1.2
|
||||
1.1.3
|
||||
1.1.4
|
||||
1.1.5
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "django-channels",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"description": "",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue
Block a user