Releasing version 1.0.2

This commit is contained in:
Andrew Godwin 2017-02-01 12:09:21 -08:00
parent cf94ec01fa
commit 60952b34bf
2 changed files with 14 additions and 1 deletions

View File

@ -1,8 +1,21 @@
1.0.2 (2017-02-01)
------------------
* The "null" WebSocket origin (including file:// and no value) is now accepted
by Daphne and passed onto the application to accept/deny.
* Listening on file descriptors works properly again.
* The DeprecationError caused by not passing endpoints into a Server class
directly is now a warning instead.
1.0.1 (2017-01-09)
------------------
* Endpoint unicode strings now work correctly on Python 2 and Python 3
1.0.0 (2017-01-08)
------------------

View File

@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"