summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 07869fc..e5d68ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.24.1-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 01 Oct 2015 19:23:22 +0300
+
python-ttystatus (0.24-1) unstable; urgency=low
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index 73ce52d..1f6b834 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -35,7 +35,7 @@ from .bytespeed import ByteSpeed
from .fmt import parse
-__version__ = '0.24'
+__version__ = '0.24.1'
__all__ = locals()