mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Bumped version and change notes for 3.0.2 release.
This commit is contained in:
parent
d5c41bf641
commit
e480917c1a
|
@ -1,7 +1,11 @@
|
|||
3.0.2 (2021-04-07)
|
||||
------------------
|
||||
|
||||
* Fixed a bug where ``send`` passed to applications wasn't a true async
|
||||
function but a lambda wrapper, preventing it from being used with
|
||||
``asgiref.sync.async_to_sync()``.
|
||||
|
||||
|
||||
3.0.1 (2020-11-12)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import sys
|
||||
|
||||
__version__ = "3.0.1"
|
||||
__version__ = "3.0.2"
|
||||
|
||||
|
||||
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
|
||||
|
|
Loading…
Reference in New Issue
Block a user