Release 0.9.1

This commit is contained in:
Andrew Godwin 2016-02-21 13:19:57 +00:00
parent ca0d9e9651
commit 307fc6c0bb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
0.9.1 (2016-02-21)
------------------
* Fix packaging issues with previous release
0.9 (2016-02-21)
----------------

View File

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