Bumped version and change notes for 3.0.2 release.

This commit is contained in:
Carlton Gibson 2021-04-07 20:21:36 +02:00 committed by Carlton Gibson
parent d5c41bf641
commit e480917c1a
2 changed files with 5 additions and 1 deletions

View File

@ -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)
------------------

View File

@ -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