summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--debian/changelog8
-rw-r--r--ttystatus/__init__.py2
3 files changed, 18 insertions, 1 deletions
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 <liw@liw.fi> 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 <http://www.gnu.org/licenses/>.
-version = '0.3'
+version = '0.4'
from messager import Messager
from status import TerminalStatus