Release 0.11.0

This commit is contained in:
Andrew Godwin 2016-04-05 08:21:54 -07:00
parent cf52c922e0
commit 2ef0baa5c2
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
0.11.0 (2016-04-05)
-------------------
* ChannelTestCase base testing class for easier testing of consumers
* Routing rewrite to improve speed with nested includes and remove need for ^ operator
* Timeouts reading very slow request bodies
0.10.3 (2016-03-29)
-------------------

View File

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