Skip to content

Commit 3a06dcf

Browse files
committed
Version 0.7.0
1 parent 8476db9 commit 3a06dcf

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
trio-asyncio (0.6.0-1) unstable; urgency=medium
210

311
* Export loop.synchronize()

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

0 commit comments

Comments
 (0)