Releasing 1.3.0

This commit is contained in:
Andrew Godwin 2017-06-16 10:37:30 +08:00
parent 3b4801527d
commit fbb080c600
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
1.3.0 (2017-06-16)
------------------
* Ability to set the websocket connection timeout
* Server no longer reveals the exact Autobahn version number for security
* A few unicode fixes for Python 2/3 compatability
* Stopped logging messages to already-closed connections as ERROR
1.2.0 (2017-04-01) 1.2.0 (2017-04-01)
------------------ ------------------

View File

@ -1 +1 @@
__version__ = "1.2.0" __version__ = "1.3.0"