summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-09-29 09:25:47 +0100
committerLars Wirzenius <liw@liw.fi>2012-09-29 09:25:47 +0100
commit11899544183669bb9edc20369e5d42b394a31778 (patch)
treec4d2a1c8259c38e15e63e6f2caa3db2c37c74ac4
parenta86b0a7bb83023bcebf2ed555badcc44254e0e1d (diff)
downloadttystatus-11899544183669bb9edc20369e5d42b394a31778.tar.gz
Prepare release 0.20.1
-rw-r--r--NEWS6
-rw-r--r--debian/changelog6
-rw-r--r--ttystatus/__init__.py2
3 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e0ab8c7..d74e296 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
NEWS file for ttystatus
=======================
+Version 0.20.1, released 2012-09-29
+-----------------------------------
+
+* Updated README with information about where the output goes, and that
+ it is restricted to one line.
+
Version 0.20, released 2012-09-23
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index cd558c1..ecdd131 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.20.1-1) UNRELEASED; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 29 Sep 2012 09:25:42 +0100
+
python-ttystatus (0.20-1) unstable; urgency=low
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index dade2f7..9a08589 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.20'
+__version__ = '0.20.1'
from messager import Messager
from status import TerminalStatus