From 3741abae14f6699175c6b702eda7d484175819e0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 9 Jan 2016 11:55:19 +0200 Subject: Prepare version 0.32 --- NEWS | 5 +++++ debian/changelog | 6 ++++++ ttystatus/__init__.py | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) 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 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() -- cgit v1.2.1