From 2689b34c8bb1376b11b23b89109d53488b65de74 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 30 Jun 2012 16:52:14 +0100 Subject: Prepare to release version 0.19 --- NEWS | 2 +- debian/changelog | 6 ++++++ ttystatus/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8d1d805..0dbb2dc 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS file for ttystatus ======================= -Version 0.19, released UNRELEASED +Version 0.19, released 2012-06-30 --------------------------------- * Added a `TerminalStatus.flush` method, to allow forcing an update. diff --git a/debian/changelog b/debian/changelog index 5a81c6f..30985a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-ttystatus (0.19-1) unstable; urgency=low + + * New upstream version. + + -- Lars Wirzenius Sat, 30 Jun 2012 16:51:34 +0100 + python-ttystatus (0.18-1) unstable; urgency=low * New upstream version. diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py index d03d921..a8e8d64 100644 --- a/ttystatus/__init__.py +++ b/ttystatus/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see . -__version__ = '0.18' +__version__ = '0.19' from messager import Messager from status import TerminalStatus -- cgit v1.2.1