Releasing 1.1.5

This commit is contained in:
Andrew Godwin 2017-06-16 10:40:12 +08:00
parent 298aeee5b1
commit 94b3f3563b
5 changed files with 31 additions and 2 deletions

View File

@ -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)
------------------

View File

@ -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
View 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.

View File

@ -13,3 +13,4 @@ Release Notes
1.1.2
1.1.3
1.1.4
1.1.5

View File

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