Releasing 0.14.0

This commit is contained in:
Andrew Godwin 2016-05-25 18:00:31 -07:00
parent 982a47a9df
commit 1168ca670e
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
0.14.0 (2016-05-25)
-------------------
* Class-based consumer pattern and WebSocket consumer now come with Channels
(see docs for more details)
* Better testing utilities including a higher-level Client abstraction with
optional HTTP/WebSocket HttpClient variant.
0.13.1 (2016-05-13)
-------------------

View File

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