summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-06 12:29:23 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-06 12:29:23 +0300
commita81fc36cb11446ad687202eb436e29a318111bb2 (patch)
tree535128f4449c1ebb8d98bcf3b683f17d8890ef59
parentf42ff896efbbf430bf1c5bfc57f6ba7b9b8eacdb (diff)
downloadttystatus-0.26.tar.gz
Prepare release version 0.26ttystatus-0.26
-rw-r--r--debian/changelog6
-rw-r--r--ttystatus/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cc6fed6..ea4703e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.26-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 06 Oct 2015 12:29:11 +0300
+
python-ttystatus (0.25-1) unstable; urgency=medium
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index c9f3632..b0ab1bf 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -35,7 +35,7 @@ from .bytespeed import ByteSpeed
from .fmt import parse
-__version__ = '0.25'
+__version__ = '0.26'
__all__ = locals()