From 85314ecb5d589f92715c2c224beac7ad0460754e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 9 Jan 2016 11:43:35 +0200 Subject: Prepare version 0.31 --- NEWS | 2 +- debian/changelog | 6 ++++++ ttystatus/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6b7d18a..84621f7 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS file for ttystatus ======================= -Version 0.31, released UNRELEASED +Version 0.31, released 2016-01-09 --------------------------------- * Fix bug in how areas on the terminal are erased. This exhibited diff --git a/debian/changelog b/debian/changelog index c73c519..b66fa7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-ttystatus (0.31-1) unstable; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Sat, 09 Jan 2016 11:42:55 +0200 + python-ttystatus (0.30-1) unstable; urgency=medium * New upstream version. diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py index 4e64769..fc2d34f 100644 --- a/ttystatus/__init__.py +++ b/ttystatus/__init__.py @@ -35,7 +35,7 @@ from .bytespeed import ByteSpeed from .fmt import parse -__version__ = '0.30' +__version__ = '0.31' __all__ = locals() -- cgit v1.2.1