From e1ba71eb6f3552a5c628656a650b170e78a6c6c2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 5 Jul 2010 16:52:19 +1200 Subject: Write NEWS file, update version number and debian/changelog for 0.4 release. --- NEWS | 9 +++++++++ debian/changelog | 8 ++++++++ ttystatus/__init__.py | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..8f37a12 --- /dev/null +++ b/NEWS @@ -0,0 +1,9 @@ +NEWS file for ttystatus +======================= + + +Version 0.4, released 2010-07-05 +-------------------------------- + +* Bugfix: when the output won't fit, and the last widget is a `Pathname`, + the last character is no longer chopped off. diff --git a/debian/changelog b/debian/changelog index 0f7e460..cf6026e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-ttystatus (0.4) squeeze; urgency=low + + * New release. + - Bugfix: when the output won't fit, and the last widget is a `Pathname`, + the last character is no longer chopped off. + + -- Lars Wirzenius Mon, 05 Jul 2010 16:47:23 +1200 + python-ttystatus (0.3) squeeze; urgency=low * New release. diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py index d91e8f5..fe2ed15 100644 --- a/ttystatus/__init__.py +++ b/ttystatus/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see . -version = '0.3' +version = '0.4' from messager import Messager from status import TerminalStatus -- cgit v1.2.1