Skip to content

Commit

Permalink
Releasing 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed May 24, 2023
1 parent db2e53a commit 085ba6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.7.1 (2023-05-24)
------------------

* On Python 3.10 and below, the version of the "typing_extensions" package
is now constrained to be at least version 4 (as we depend on functionality
in that version and above)

3.7.0 (2023-05-23)
------------------

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.0"
__version__ = "3.7.1"

0 comments on commit 085ba6a

Please sign in to comment.