summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-09-18 20:42:07 +0100
committerLars Wirzenius <liw@liw.fi>2012-09-18 20:42:07 +0100
commit00eb01940acc3a7e569d729529725b21df0f911c (patch)
tree6dd3db9d68960c6ba36f9e182e254f249d1bf76d
parent1ea53e3efe4991ade06ac0ba349206f4143139aa (diff)
downloadttystatus-00eb01940acc3a7e569d729529725b21df0f911c.tar.gz
Prepare for 0.20 release
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--ttystatus/__init__.py2
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 <liw@liw.fi> 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 <http://www.gnu.org/licenses/>.
-__version__ = '0.19'
+__version__ = '0.20'
from messager import Messager
from status import TerminalStatus