summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-04-15 19:40:58 +0100
committerLars Wirzenius <liw@liw.fi>2012-04-15 19:40:58 +0100
commit5b5488023e1278d5816111a9fff28f16c55e993a (patch)
treed45ab17dd4135280d6b90f235104942103e407d1
parent394d6f5401cd79eb7b1624d23f3d8f4804144c78 (diff)
downloadttystatus-5b5488023e1278d5816111a9fff28f16c55e993a.tar.gz
Prepare release 0.17
-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 63dcdb9..c6fe4d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.17, released UNRELEASED
+Version 0.17, released 2012-04-15
---------------------------------
* Committed genocide towards whole civilizations of rendering problems.
diff --git a/debian/changelog b/debian/changelog
index 534e29a..eec01e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.17-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 15 Apr 2012 19:39:31 +0100
+
python-ttystatus (0.16-1) unstable; urgency=low
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index 59f2d66..c0b1cfa 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.16'
+__version__ = '0.17'
from messager import Messager
from status import TerminalStatus