summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-05-08 23:16:28 +0100
committerLars Wirzenius <liw@liw.fi>2012-05-08 23:16:28 +0100
commit7666a2f35461769f462f7367cfa9053c91284a55 (patch)
tree104de6fff57cadedcac111fef7b2b2eb9dd0acb2
parentf2e04ee4bc02854dbe03bc8a6e73ee2bf1cf8eb8 (diff)
downloadttystatus-7666a2f35461769f462f7367cfa9053c91284a55.tar.gz
Release version 0.18
-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 9af320f..d9b8504 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.18, released UNRELEASED
+Version 0.18, released 2012-05-08
---------------------------------
* `ByteSpeed` can now show average speed over a short period of time
diff --git a/debian/changelog b/debian/changelog
index eec01e7..5a81c6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.18-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 08 May 2012 23:15:55 +0100
+
python-ttystatus (0.17-1) unstable; urgency=low
* New upstream release.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index c0b1cfa..d03d921 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.17'
+__version__ = '0.18'
from messager import Messager
from status import TerminalStatus