Skip to content

Commit

Permalink
Releasing 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Mar 22, 2024
1 parent 8769434 commit e38d3c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
@@ -1,3 +1,9 @@
3.8.1 (2024-03-22)
------------------

* Fixes a regression in 3.8.0 affecting nested task cancellation inside
sync_to_async.

3.8.0 (2024-03-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion asgiref/__init__.py
@@ -1 +1 @@
__version__ = "3.8.0"
__version__ = "3.8.1"

0 comments on commit e38d3c3

Please sign in to comment.