Releasing 2.1.2

This commit is contained in:
Andrew Godwin 2018-05-24 14:15:56 +02:00 committed by Andrew Godwin
parent f046a35dbc
commit c4360fd70a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2.1.2 (2018-05-24)
------------------
* Fixed spurious errors caused by websockets disconnecting before their
application was instantiated.
* Stronger checking for type-safety of headers as bytestrings
2.1.1 (2018-04-18)
------------------

View File

@ -1 +1 @@
__version__ = "2.1.1"
__version__ = "2.1.2"