Releasing 2.4.1

This commit is contained in:
Carlton Gibson 2019-12-18 20:42:24 +01:00 committed by Carlton Gibson
parent 27f760a814
commit 18f2d67f34
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2.4.1 (2019-12-18)
------------------
* Avoids Twisted using the default event loop, for compatibility with Django
3.0's ``async_unsafe()`` decorator in threaded contexts, such as using the
auto-reloader.
2.4.0 (2019-11-20)
------------------

View File

@ -1 +1 @@
__version__ = "2.4.0"
__version__ = "2.4.1"