Releasing 0.14.3

This commit is contained in:
Andrew Godwin 2016-06-21 08:26:56 -07:00
parent d8ae2784d8
commit 274feeb42f
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
0.14.3 (2016-06-21)
-------------------
* + signs in query strings are no longer double-decoded
* Message now has .values(), .keys() and .items() to match dict
0.14.2 (2016-06-16)
-------------------

View File

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