Releasing version 0.10

This commit is contained in:
Andrew Godwin 2016-03-21 16:45:24 -07:00
parent e7b323893f
commit a5946922f5
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
0.10.0 (2016-03-21)
-------------------
* Multiple cookies are now set correctly
* Follows new ASGI single-response-channel spec for !
* Follows new ASGI header encoding spec for HTTP
0.9.3 (2016-03-08)
------------------

View File

@ -1 +1 @@
__version__ = "0.9.3"
__version__ = "0.10.0"

View File

@ -21,7 +21,7 @@ setup(
packages=find_packages(),
include_package_data=True,
install_requires=[
'asgiref>=0.9',
'asgiref>=0.10',
'twisted>=15.5',
'autobahn>=0.12',
],