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 fec99cd..259dc88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
NEWS file for ttystatus
=======================
+Version 0.27, released 2015-10-10
+---------------------------------
+
+* Improve speed when progress output is disabled, by avoiding
+ pointless rendering.
+
Version 0.26, released 2015-10-06
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index ea4703e..144abc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.27-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 10 Oct 2015 12:04:59 +0300
+
python-ttystatus (0.26-1) unstable; urgency=medium
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index b0ab1bf..9ca376e 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -35,7 +35,7 @@ from .bytespeed import ByteSpeed
from .fmt import parse
-__version__ = '0.26'
+__version__ = '0.27'
__all__ = locals()