summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-09-17 20:05:31 +0100
committerLars Wirzenius <liw@liw.fi>2011-09-17 20:05:31 +0100
commit08c395e7105f2cedf0e13dde566a6cddd68de92b (patch)
tree38415df1f35137567f93584275e1d25263b01aac
parent154d6f417cea336cbbefbc8478377670e96dd546 (diff)
parenta3e0bd80bc58f67e946c5a11ad7603a6e310a97c (diff)
downloadpython-ttystatus-08c395e7105f2cedf0e13dde566a6cddd68de92b.tar.gz
Release version 0.15.ttystatus-0.15
-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 821c26f..240c741 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.15, released UNRELEASED
+Version 0.15, released 2011-09-17
---------------------------------
* Bugfix: the String widget now handles non-string values.
diff --git a/debian/changelog b/debian/changelog
index af3fb68..022e1cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.15-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 17 Sep 2011 19:58:35 +0100
+
python-ttystatus (0.14-1) unstable; urgency=low
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index 23c36df..eaff2f1 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.14'
+__version__ = '0.15'
from messager import Messager
from status import TerminalStatus