Skip to content

Commit 0d13d1c

Browse files
committed
* Use contextvars instead of TaskLocal
1 parent 4dbd33a commit 0d13d1c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
trio-asyncio (0.7.3-1) unstable; urgency=medium
2+
3+
* Use contextvars instead of TaskLocal
4+
5+
-- Matthias Urlichs <matthias@urlichs.de> Wed, 04 Apr 2018 12:02:03 +0200
6+
17
trio-asyncio (0.7.2-1) unstable; urgency=medium
28

39
* TrioChildWatcher needs to descend from AbstractChildWatcher

trio_asyncio/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is imported from __init__.py and exec'd from setup.py
22

3-
__version__ = "0.7.2"
3+
__version__ = "0.7.3"

0 commit comments

Comments
 (0)