From 00eb01940acc3a7e569d729529725b21df0f911c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 18 Sep 2012 20:42:07 +0100 Subject: Prepare for 0.20 release --- NEWS | 2 +- debian/changelog | 6 ++++++ ttystatus/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2d0749d..6cef4df 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS file for ttystatus ======================= -Version 0.20, released UNRELEASED +Version 0.20, released 2012-09-18 --------------------------------- * `TerminalStatus.error` now always outputs. Error messages are too valuable diff --git a/debian/changelog b/debian/changelog index 30985a7..1f819b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-ttystatus (0.20-1) UNRELEASED; urgency=low + + * New upstream version. + + -- Lars Wirzenius Tue, 18 Sep 2012 20:41:55 +0100 + python-ttystatus (0.19-1) unstable; urgency=low * New upstream version. diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py index a8e8d64..dade2f7 100644 --- a/ttystatus/__init__.py +++ b/ttystatus/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see . -__version__ = '0.19' +__version__ = '0.20' from messager import Messager from status import TerminalStatus -- cgit v1.2.1