Skip to content

Commit

Permalink
Bumped version and change notes for 3.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Apr 7, 2021
1 parent d5c41bf commit e480917
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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)
------------------

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__ = "3.0.1"
__version__ = "3.0.2"


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

0 comments on commit e480917

Please sign in to comment.