Releasing 0.15.0

This commit is contained in:
Andrew Godwin 2016-06-22 09:48:03 -07:00
parent e890c48f3f
commit a9daf0dfbb
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
0.15.0 (2016-06-22)
-------------------
* Query strings are now decoded entirely by Django. Must be used with Daphne
0.13 or higher.
0.14.3 (2016-06-21)
-------------------

View File

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