Skip to content

Commit 6f8404d

Browse files
committed
* Depend on Trio 0.4
1 parent 0d13d1c commit 6f8404d

3 files changed

Lines changed: 8 additions & 2 deletions

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.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+
17
trio-asyncio (0.7.3-1) unstable; urgency=medium
28

39
* Use contextvars instead of TaskLocal

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"""
5252

5353
install_requires = [
54-
"trio",
54+
"trio ~= 0.4.0",
5555
"async_generator >= 1.6",
5656
]
5757
if sys.version_info < (3, 7):

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.3"
3+
__version__ = "0.7.4"

0 commit comments

Comments
 (0)