summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-03-23 21:06:11 +0000
committerLars Wirzenius <liw@liw.fi>2011-03-23 21:06:11 +0000
commit301b1cf052b8ffe82a6437fa109f7d16e1e3cc17 (patch)
treee3c702b2b585b87430a3f2ebef09284eccce5a3f
parent0a042c9a4925e04b06295f292d44cb57dfb90d79 (diff)
downloadpython-ttystatus-301b1cf052b8ffe82a6437fa109f7d16e1e3cc17.tar.gz
Release version 0.10.version_0_10
-rw-r--r--NEWS7
-rw-r--r--debian/changelog6
-rw-r--r--ttystatus/__init__.py2
3 files changed, 14 insertions, 1 deletions
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 <liw@liw.fi> 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 <http://www.gnu.org/licenses/>.
-version = '0.9'
+version = '0.10'
from messager import Messager
from status import TerminalStatus