From ec4eb0025ef0a310bd6baed1b1bee3b2f596fdf0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 12 Mar 2013 20:38:36 +0000 Subject: Prepare release version 0.22 --- NEWS | 2 +- README | 2 +- debian/changelog | 6 ++++++ ttystatus/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 02abc3a..7a635df 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS file for ttystatus ======================= -Version X.Y, released UNRELEASED +Version 0.22, released 2013-03-12 --------------------------------- * When the terminal size changes, ttystatus will now update the display diff --git a/README b/README index 4d89913..8bfc0e2 100644 --- a/README +++ b/README @@ -47,7 +47,7 @@ a link to a bzr branch I can merge from. Thanks! Legalese -------- -Copyright 2010, 2011 Lars Wirzenius +Copyright 2010-2013 Lars Wirzenius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/changelog b/debian/changelog index 39ad3f4..612e285 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-ttystatus (0.22-1) unstable; urgency=low + + * New upstream version. + + -- Lars Wirzenius Tue, 12 Mar 2013 20:38:25 +0000 + python-ttystatus (0.21-1) unstable; urgency=low * New upstream version. diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py index 4ad397a..477e01c 100644 --- a/ttystatus/__init__.py +++ b/ttystatus/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see . -__version__ = '0.21' +__version__ = '0.22' from messager import Messager from status import TerminalStatus -- cgit v1.2.1