From 7666a2f35461769f462f7367cfa9053c91284a55 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 8 May 2012 23:16:28 +0100 Subject: Release version 0.18 --- NEWS | 2 +- debian/changelog | 6 ++++++ ttystatus/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9af320f..d9b8504 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS file for ttystatus ======================= -Version 0.18, released UNRELEASED +Version 0.18, released 2012-05-08 --------------------------------- * `ByteSpeed` can now show average speed over a short period of time diff --git a/debian/changelog b/debian/changelog index eec01e7..5a81c6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-ttystatus (0.18-1) unstable; urgency=low + + * New upstream version. + + -- Lars Wirzenius Tue, 08 May 2012 23:15:55 +0100 + python-ttystatus (0.17-1) unstable; urgency=low * New upstream release. diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py index c0b1cfa..d03d921 100644 --- a/ttystatus/__init__.py +++ b/ttystatus/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see . -__version__ = '0.17' +__version__ = '0.18' from messager import Messager from status import TerminalStatus -- cgit v1.2.1