Releasing 0.14.2

This commit is contained in:
Andrew Godwin 2016-07-07 16:58:12 -07:00
parent c4f16fa20f
commit d17394e84c
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
0.14.2 (2016-07-07)
-------------------
* Marked as incompatible with twisted 16.3 and above until we work out why
it stops incoming websocket messages working
0.14.1 (2016-07-06)
-------------------

View File

@ -1 +1 @@
__version__ = "0.14.1"
__version__ = "0.14.2"

View File

@ -22,7 +22,7 @@ setup(
include_package_data=True,
install_requires=[
'asgiref>=0.13',
'twisted>=15.5',
'twisted>=15.5,<16.3',
'autobahn>=0.12',
],
entry_points={'console_scripts': [