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 0d13d1c commit 6f8404dCopy full SHA for 6f8404d
3 files changed
debian/changelog
@@ -1,3 +1,9 @@
1
+trio-asyncio (0.7.4-1) unstable; urgency=medium
2
+
3
+ * Depend on Trio 0.4
4
5
+ -- Matthias Urlichs <matthias@urlichs.de> Sat, 14 Apr 2018 12:28:42 +0200
6
7
trio-asyncio (0.7.3-1) unstable; urgency=medium
8
9
* Use contextvars instead of TaskLocal
setup.py
@@ -51,7 +51,7 @@
51
"""
52
53
install_requires = [
54
- "trio",
+ "trio ~= 0.4.0",
55
"async_generator >= 1.6",
56
]
57
if sys.version_info < (3, 7):
trio_asyncio/_version.py
@@ -1,3 +1,3 @@
# This file is imported from __init__.py and exec'd from setup.py
-__version__ = "0.7.3"
+__version__ = "0.7.4"
0 commit comments