Skip to content

Commit

Permalink
Releasing 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Apr 15, 2020
1 parent c3b88e5 commit 9838a17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.5.0 (2020-04-15)
------------------

* Fixes compatability for twisted when running Python 3.8+ on Windows, by
setting ``asyncio.WindowsSelectorEventLoopPolicy`` as the event loop policy
in this case.

* The internal ``daphne.testing.TestApplication`` now requires an addition
``lock`` argument to ``__init__()``. This is expected to be an instance of
``multiprocessing.Lock``.

2.4.1 (2019-12-18)
------------------

Expand Down
2 changes: 1 addition & 1 deletion daphne/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

__version__ = "2.4.1"
__version__ = "2.5.0"


# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
Expand Down

0 comments on commit 9838a17

Please sign in to comment.