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 8476db9 commit 3a06dcfCopy full SHA for 3a06dcf
2 files changed
debian/changelog
@@ -1,3 +1,11 @@
1
+trio-asyncio (0.7.0-1) unstable; urgency=medium
2
+
3
+ * Enable Python 3.5 compatibility
4
+ * allow parallel and nested native asyncio loops
5
+ * minor bug fixes
6
7
+ -- Matthias Urlichs <matthias@urlichs.de> Tue, 27 Mar 2018 17:03:35 +0200
8
9
trio-asyncio (0.6.0-1) unstable; urgency=medium
10
11
* Export loop.synchronize()
trio_asyncio/_version.py
@@ -1,3 +1,3 @@
# This file is imported from __init__.py and exec'd from setup.py
-__version__ = "0.6.0"
+__version__ = "0.7.0"
0 commit comments