Releasing 0.14.2

This commit is contained in:
Andrew Godwin 2016-06-16 11:46:50 +01:00
parent 6fe841337d
commit 66c4b0cb67
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
0.14.2 (2016-06-16)
-------------------
* Class based consumers now have built-in channel_session and
channel_session_user support
0.14.1 (2016-06-09)
-------------------

View File

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