summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-05 22:38:04 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-05 22:38:04 +0300
commitff9f41b10f5c3bae868d556b1af729aa5ca84b78 (patch)
tree6adb3ecd4b0292aa52293fc883b26622d6f7cb27
parentbf94e5dd4846020055dd80d56b85005e2befb833 (diff)
downloadttystatus-ff9f41b10f5c3bae868d556b1af729aa5ca84b78.tar.gz
Prepare release version 0.25ttystatus-0.25
-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()