Releasing 0.14.1

This commit is contained in:
Andrew Godwin 2016-06-10 05:42:29 +00:00
parent 4a42ae9529
commit 68ce1964c8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
0.14.1 (2016-06-09)
-------------------
* Fix unicode issues with test client under Python 2.7
0.14.0 (2016-05-25)
-------------------

View File

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