summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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