Skip to content

Commit 9ef0925

Browse files
committed
* Updated version
1 parent 2af372a commit 9ef0925

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.swp
22

3+
/.coverage
34
/.cache/
45
/.eggs/
56
/.pybuild/

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
trio-asyncio (0.4.5-1) unstable; urgency=medium
2+
3+
* Updated version
4+
5+
-- Matthias Urlichs <matthias@urlichs.de> Fri, 16 Feb 2018 10:24:55 +0100
6+
17
trio-asyncio (0.4.2-1) unstable; urgency=medium
28

39
* Skip a flaky testcase

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.4.2"
3+
__version__ = "0.4.5"

0 commit comments

Comments
 (0)