Skip to content

Commit

Permalink
Releasing 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed May 27, 2023
1 parent 09a234e commit a90aeb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.7.2 (2023-05-27)
------------------

* The type annotations for SyncToAsync and AsyncToSync have been changed to
more accurately reflect the kind of callables they return.

3.7.1 (2023-05-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion asgiref/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.7.1"
__version__ = "3.7.2"

0 comments on commit a90aeb9

Please sign in to comment.