summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-17 19:05:22 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-17 19:05:22 +0300
commit6e4348198446a30a1b9a38d2b11423659bfe28b7 (patch)
treeddd5aabf7cbf827f2af7310e678634b90153ff5e
parent458ce5e9a8bed9f72a3cdd7b6006033ddfd4ee05 (diff)
downloadttystatus-6e4348198446a30a1b9a38d2b11423659bfe28b7.tar.gz
Prepare version 0.30ttystatus-0.30
-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 be4d334..5073b1e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.30, released UNRELEASED
+Version 0.30, released 2015-10-17
---------------------------------
* Strip ASCII control characters from displayed output (but expand
diff --git a/debian/changelog b/debian/changelog
index 380b82d..c73c519 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.30-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 17 Oct 2015 19:04:52 +0300
+
python-ttystatus (0.29-1) unstable; urgency=medium
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index 9aba951..4e64769 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -35,7 +35,7 @@ from .bytespeed import ByteSpeed
from .fmt import parse
-__version__ = '0.29'
+__version__ = '0.30'
__all__ = locals()