From 827fcd25b1bc5250574285a8feac49d35d4ab0af Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 8 Jan 2017 18:37:03 -0800 Subject: [PATCH] Releasing 1.0.0 --- channels/__init__.py | 2 +- docs/releases/1.0.0.rst | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/channels/__init__.py b/channels/__init__.py index 70a855c..858e45f 100644 --- a/channels/__init__.py +++ b/channels/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.17.2" +__version__ = "1.0.0" default_app_config = 'channels.apps.ChannelsConfig' DEFAULT_CHANNEL_LAYER = 'default' diff --git a/docs/releases/1.0.0.rst b/docs/releases/1.0.0.rst index 044c590..7d4ed8f 100644 --- a/docs/releases/1.0.0.rst +++ b/docs/releases/1.0.0.rst @@ -1,8 +1,13 @@ 1.0.0 Release Notes =================== -Channels 1.0.0 brings together a number of design changes, some breaking changes, -into our first fully stable release. +Channels 1.0.0 brings together a number of design changes, including some +breaking changes, into our first fully stable release, and also brings the +databinding code out of alpha phase. + +The result is a faster, easier to use, and safer Channels, including one major +change that will fix almost all problems with sessions and connect/receive +ordering in a way that needs no persistent storage. It was unfortunately not possible to make all of the changes backwards compatible, though most code should not be too affected and the fixes are