summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-03-12 20:38:36 +0000
committerLars Wirzenius <liw@liw.fi>2013-03-12 20:38:36 +0000
commitec4eb0025ef0a310bd6baed1b1bee3b2f596fdf0 (patch)
tree4ddd6dd7012c3bd92766c32cb1df008b1997ee8a
parent68ff5b35bb08facdca1907ab71ca16ba781278aa (diff)
downloadttystatus-ec4eb0025ef0a310bd6baed1b1bee3b2f596fdf0.tar.gz
Prepare release version 0.22
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--debian/changelog6
-rw-r--r--ttystatus/__init__.py2
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 <liw@liw.fi> 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 <http://www.gnu.org/licenses/>.
-__version__ = '0.21'
+__version__ = '0.22'
from messager import Messager
from status import TerminalStatus