We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbd33a commit 0d13d1cCopy full SHA for 0d13d1c
2 files changed
debian/changelog
@@ -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
7
trio-asyncio (0.7.2-1) unstable; urgency=medium
8
9
* TrioChildWatcher needs to descend from AbstractChildWatcher
trio_asyncio/_version.py
@@ -1,3 +1,3 @@
# This file is imported from __init__.py and exec'd from setup.py
-__version__ = "0.7.2"
+__version__ = "0.7.3"
0 commit comments