summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-10 12:05:17 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-10 12:05:17 +0300
commit6e63409277f25faafc6ba357d495fae73645d944 (patch)
tree0908ed2e6f5c156eadd64b978e5037b94b8b4c5d
parent78a211f249d3a70c4c3322abe616cded5a7e085b (diff)
downloadttystatus-6e63409277f25faafc6ba357d495fae73645d944.tar.gz
Prepare release version 0.27ttystatus-0.27
-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()