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 81b7c81 commit fef81f9Copy full SHA for fef81f9
debian/changelog
@@ -1,3 +1,11 @@
1
+trio-asyncio (0.10.0-1) unstable; urgency=medium
2
+
3
+ * New release
4
+ * Fix deprecation warnings
5
+ * Fix cross-references in doc
6
7
+ -- Matthias Urlichs <matthias@urlichs.de> Sun, 09 Dec 2018 10:20:44 +0100
8
9
trio-asyncio (0.8.4-1) unstable; urgency=medium
10
11
* Fix python_requires
trio_asyncio/_version.py
@@ -1,3 +1,3 @@
# This file is imported from __init__.py and exec'd from setup.py
-__version__ = "0.9.1"
+__version__ = "0.10.0"
0 commit comments