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 29e1a7c commit 459a995Copy full SHA for 459a995
2 files changed
debian/changelog
@@ -1,3 +1,9 @@
1
+trio-asyncio (0.8.3-1) unstable; urgency=medium
2
+
3
+ * sniffio fixes
4
5
+ -- Matthias Urlichs <matthias@urlichs.de> Sat, 25 Aug 2018 20:36:01 +0200
6
7
trio-asyncio (0.8.0-2) unstable; urgency=medium
8
9
* Test fixes
trio_asyncio/_version.py
@@ -1,3 +1,3 @@
# This file is imported from __init__.py and exec'd from setup.py
-__version__ = "0.8.2"
+__version__ = "0.8.3"
0 commit comments