Skip to content

Commit fef81f9

Browse files
committed
* New release
* Fix deprecation warnings * Fix cross-references in doc
1 parent 81b7c81 commit fef81f9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

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

311
* Fix python_requires

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.9.1"
3+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)