summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-01-09 11:55:19 +0200
committerLars Wirzenius <liw@liw.fi>2016-01-09 11:55:19 +0200
commit3741abae14f6699175c6b702eda7d484175819e0 (patch)
tree167bf256f0743f717c8fbca97f45b433df5b3d8b
parentad80c940fb6c344a7029151859b50f01bdaf03a3 (diff)
downloadttystatus-3741abae14f6699175c6b702eda7d484175819e0.tar.gz
Prepare version 0.32ttystatus-0.32
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rw-r--r--ttystatus/__init__.py2
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 84621f7..2e8f453 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
NEWS file for ttystatus
=======================
+Version 0.32, released 2016-01-09
+---------------------------------
+
+* Fix some variable type changes found by pylint.
+
Version 0.31, released 2016-01-09
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index b66fa7a..0d1d30c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.32-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 09 Jan 2016 11:55:02 +0200
+
python-ttystatus (0.31-1) unstable; urgency=medium
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index fc2d34f..ade38c9 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -35,7 +35,7 @@ from .bytespeed import ByteSpeed
from .fmt import parse
-__version__ = '0.31'
+__version__ = '0.32'
__all__ = locals()