From 301b1cf052b8ffe82a6437fa109f7d16e1e3cc17 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 23 Mar 2011 21:06:11 +0000 Subject: Release version 0.10. --- NEWS | 7 +++++++ debian/changelog | 6 ++++++ ttystatus/__init__.py | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7e83708..faabed1 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,13 @@ NEWS file for ttystatus ======================= +Version 0.10, released 2011-03-23 +--------------------------------- + +* Fix handling of /dev/tty not being avilable. This can happen, e.g., when + things are run from cron. + + Version 0.9, released 2011-02-13 -------------------------------- diff --git a/debian/changelog b/debian/changelog index 73a2aec..dd2a614 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-ttystatus (0.10) squeeze; urgency=low + + * New upstream release. + + -- Lars Wirzenius Wed, 23 Mar 2011 21:05:27 +0000 + python-ttystatus (0.9) squeeze; urgency=low * New upstream release. diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py index a926b53..7da51c5 100644 --- a/ttystatus/__init__.py +++ b/ttystatus/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see . -version = '0.9' +version = '0.10' from messager import Messager from status import TerminalStatus -- cgit v1.2.1