From c20e1d3434610c425eae62d42ab59017a042aba7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 1 Oct 2015 19:23:49 +0300 Subject: Prepare release version 0.24.1 --- debian/changelog | 6 ++++++ ttystatus/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 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() -- cgit v1.2.1