summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-06-30 16:52:14 +0100
committerLars Wirzenius <liw@liw.fi>2012-06-30 16:52:14 +0100
commit2689b34c8bb1376b11b23b89109d53488b65de74 (patch)
tree633bc2d86317839cafa4401117b6791582705d1b
parent9acac9ce68be279f4f51484846bbb92b85c3ed9f (diff)
downloadttystatus-2689b34c8bb1376b11b23b89109d53488b65de74.tar.gz
Prepare to release version 0.19
-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 8d1d805..0dbb2dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.19, released UNRELEASED
+Version 0.19, released 2012-06-30
---------------------------------
* Added a `TerminalStatus.flush` method, to allow forcing an update.
diff --git a/debian/changelog b/debian/changelog
index 5a81c6f..30985a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.19-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 30 Jun 2012 16:51:34 +0100
+
python-ttystatus (0.18-1) unstable; urgency=low
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index d03d921..a8e8d64 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.18'
+__version__ = '0.19'
from messager import Messager
from status import TerminalStatus