summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-10 16:18:47 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-10 16:18:47 +0300
commitdcbb88c57232c8022e2b20da24cda83108aeb95f (patch)
treec5d755272c0d110ff49e58b780087c4f7916a0d6
parent06f8f64cdc5a32f2f188efbe86b24c93ec73c7ac (diff)
downloadttystatus-dcbb88c57232c8022e2b20da24cda83108aeb95f.tar.gz
Prepare release version 0.28ttystatus-0.28
-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 144abc4..fb27b3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.28-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 10 Oct 2015 16:18:36 +0300
+
python-ttystatus (0.27-1) unstable; urgency=medium
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index 9ca376e..0b1550b 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -35,7 +35,7 @@ from .bytespeed import ByteSpeed
from .fmt import parse
-__version__ = '0.27'
+__version__ = '0.28'
__all__ = locals()