summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-31 19:06:54 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-31 19:06:54 +0100
commit4d1e622155ccd3cd1b945e9b6e572d66372e7446 (patch)
tree492ab4304d62f1e34a7fee3e85328dffdd484324
parent13b08556b2ed9533fc78ead7747af3c4297e8fcb (diff)
parenta84e7297500b856e9b6cb101d74d3934751799bd (diff)
downloadpython-ttystatus-4d1e622155ccd3cd1b945e9b6e572d66372e7446.tar.gz
Release version 0.14.ttystatus-0.14
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--project.meta3
-rw-r--r--ttystatus/__init__.py2
4 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3f56359..58e8280 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.14, released XXXXXXXXXX
+Version 0.14, released 2011-08-31
---------------------------------
* Notifications are written to the standard output, not the terminal.
diff --git a/debian/changelog b/debian/changelog
index 42483f4..af3fb68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.14-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 31 Aug 2011 18:59:10 +0100
+
python-ttystatus (0.13-1) unstable; urgency=low
* New upstream release.
diff --git a/project.meta b/project.meta
new file mode 100644
index 0000000..d2f26ed
--- /dev/null
+++ b/project.meta
@@ -0,0 +1,3 @@
+[config]
+basetgz = /home/pbuilder-tgz/sid-amd64-pristine.tgz, squeeze:/home/pbuilder-tgz/squeeze-amd64-custom.tgz
+
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index c2cfebc..23c36df 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.13'
+__version__ = '0.14'
from messager import Messager
from status import TerminalStatus