Skip to content

Commit b7b15b2

Browse files
committed
Releasing 3.11.0.
1 parent 901ee4f commit b7b15b2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Unreleased
2-
----------
1+
3.11.0 (2025-11-19)
2+
-------------------
33

44
* ``sync_to_async`` gains a ``context`` parameter, similar to those for
55
``asyncio.create_task``, ``TaskGroup`` &co, that can be used on Python 3.11+ to
66
control the context used by the underlying task.
77

88
The parent context is already propagated by default but the additional
99
control is useful if multiple ``sync_to_async`` calls need to share the same
10-
context.
10+
context, e.g. when used with ``asyncio.gather()``.
1111

1212
3.10.0 (2025-10-05)
1313
-------------------

asgiref/__init__.py

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

0 commit comments

Comments
 (0)