mirror of
https://github.com/django/daphne.git
synced 2025-07-13 01:12:17 +03:00
Releasing 0.14.1
This commit is contained in:
parent
4a42ae9529
commit
68ce1964c8
|
@ -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)
|
0.14.0 (2016-05-25)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "0.14.0"
|
__version__ = "0.14.1"
|
||||||
|
|
||||||
default_app_config = 'channels.apps.ChannelsConfig'
|
default_app_config = 'channels.apps.ChannelsConfig'
|
||||||
DEFAULT_CHANNEL_LAYER = 'default'
|
DEFAULT_CHANNEL_LAYER = 'default'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user