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 2af372a commit 9ef0925Copy full SHA for 9ef0925
3 files changed
.gitignore
@@ -1,5 +1,6 @@
1
*.swp
2
3
+/.coverage
4
/.cache/
5
/.eggs/
6
/.pybuild/
debian/changelog
@@ -1,3 +1,9 @@
+trio-asyncio (0.4.5-1) unstable; urgency=medium
+
+ * Updated version
+ -- Matthias Urlichs <matthias@urlichs.de> Fri, 16 Feb 2018 10:24:55 +0100
7
trio-asyncio (0.4.2-1) unstable; urgency=medium
8
9
* Skip a flaky testcase
trio_asyncio/_version.py
@@ -1,3 +1,3 @@
# This file is imported from __init__.py and exec'd from setup.py
-__version__ = "0.4.2"
+__version__ = "0.4.5"
0 commit comments