Skip to content

Commit f587b12

Browse files
committed
Releasing 3.10.0.
1 parent b08087c commit f587b12

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
3.10.0 (UNRELEASED)
1+
3.10.0 (2025-10-05)
22
-------------------
33

44
* Added AsyncSingleThreadContext context manager to ensure multiple AsyncToSync
55
invocations use the same thread. (#511)
66

7-
87
3.9.2 (2025-09-23)
98
------------------
109

1110
* Adds support for Python 3.14.
1211

1312
* Fixes wsgi.errors file descriptor in WsgiToAsgi adapter.
1413

15-
1614
3.9.1 (2025-07-08)
1715
------------------
1816

asgiref/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.9.2"
1+
__version__ = "3.10.0"

0 commit comments

Comments
 (0)