From e899b539741d0d62643508ed26a1a5825f722aa1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 19 Jun 2013 21:26:20 +0100 Subject: Prepare release version 0.23 --- NEWS | 2 +- debian/changelog | 6 ++++++ ttystatus/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9c6559a..2d0db34 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS file for ttystatus ======================= -Version 0.23, released UNRELEASED +Version 0.23, released 2013-06-19 --------------------------------- * No longer use the SIGWINCH handler, since that causes problems when diff --git a/debian/changelog b/debian/changelog index 612e285..d67dc33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-ttystatus (0.23-1) unstable; urgency=low + + * New upstream version. + + -- Lars Wirzenius Wed, 19 Jun 2013 21:26:14 +0100 + python-ttystatus (0.22-1) unstable; urgency=low * New upstream version. diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py index 477e01c..956f06c 100644 --- a/ttystatus/__init__.py +++ b/ttystatus/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see . -__version__ = '0.22' +__version__ = '0.23' from messager import Messager from status import TerminalStatus -- cgit v1.2.1