Releasing 1.0.0

This commit is contained in:
Andrew Godwin 2017-01-08 18:37:03 -08:00
parent c0ba284bbb
commit 827fcd25b1
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
__version__ = "0.17.2"
__version__ = "1.0.0"
default_app_config = 'channels.apps.ChannelsConfig'
DEFAULT_CHANNEL_LAYER = 'default'

View File

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