Skip to content

Commit 256d1ae

Browse files
committed
* Version 0.5 (beta)
1 parent cd93963 commit 256d1ae

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
trio-asyncio (0.5.0-1) unstable; urgency=medium
2+
3+
* Version 0.5 (beta)
4+
5+
-- Matthias Urlichs <matthias@urlichs.de> Tue, 20 Feb 2018 13:52:29 +0100
6+
17
trio-asyncio (0.4.6-1) unstable; urgency=medium
28

39
* Updated, Travis tests work (mostly)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
setup_requires=['pytest-runner'],
7171
tests_require=['pytest'],
7272
classifiers=[
73-
"Development Status :: 3 - Alpha",
73+
"Development Status :: 4 - Beta",
7474
"Intended Audience :: Developers",
7575
"License :: OSI Approved :: MIT License",
7676
"License :: OSI Approved :: Apache Software License",

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.6"
3+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)