summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-04-08 09:49:54 +0100
committerLars Wirzenius <liw@liw.fi>2012-04-08 09:49:54 +0100
commit13562fd7948942bc52cb35d0ae1b51bb61fa69a0 (patch)
tree5a2fe0a4a73172521fcf2847a9681082624056e2
parentd3f9679bf884b6b7de3243e1cb68e0036e4f40a9 (diff)
downloadttystatus-13562fd7948942bc52cb35d0ae1b51bb61fa69a0.tar.gz
Release version 0.16
-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 161b365..31f8482 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.16, released UNRELEASED
+Version 0.16, released 2012-04-08
---------------------------------
* Speed up by avoiding to format widgets until it's time to update.
diff --git a/debian/changelog b/debian/changelog
index 022e1cf..e2bea05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.16-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 08 Apr 2012 09:49:48 +0100
+
python-ttystatus (0.15-1) unstable; urgency=low
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index eaff2f1..59f2d66 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.15'
+__version__ = '0.16'
from messager import Messager
from status import TerminalStatus