mirror of
https://github.com/django/daphne.git
synced 2024-11-22 07:56:34 +03:00
Releasing 0.14.2
This commit is contained in:
parent
c4f16fa20f
commit
d17394e84c
|
@ -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)
|
0.14.1 (2016-07-06)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.14.1"
|
__version__ = "0.14.2"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ setup(
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'asgiref>=0.13',
|
'asgiref>=0.13',
|
||||||
'twisted>=15.5',
|
'twisted>=15.5,<16.3',
|
||||||
'autobahn>=0.12',
|
'autobahn>=0.12',
|
||||||
],
|
],
|
||||||
entry_points={'console_scripts': [
|
entry_points={'console_scripts': [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user