summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--debian/changelog6
-rw-r--r--ttystatus/__init__.py2
3 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1ab3c35..0dee0b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
NEWS file for ttystatus
=======================
+Version 0.25, released 2015-10-05
+---------------------------------
+
+* Fix handling of a terminal without the necessary capabilities, by
+ disabling output.
+
Version 0.24.1, released 2015-10-01
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index e5d68ed..cc6fed6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.25-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 05 Oct 2015 22:37:01 +0300
+
python-ttystatus (0.24.1-1) unstable; urgency=medium
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index 1f6b834..c9f3632 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -35,7 +35,7 @@ from .bytespeed import ByteSpeed
from .fmt import parse
-__version__ = '0.24.1'
+__version__ = '0.25'
__all__ = locals()