Releasing 1.0.2

This commit is contained in:
Andrew Godwin 2017-01-12 10:12:09 -08:00
parent c9e6472ca7
commit 811d017dc9

View File

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