From 6e4348198446a30a1b9a38d2b11423659bfe28b7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Oct 2015 19:05:22 +0300 Subject: Prepare version 0.30 --- NEWS | 2 +- debian/changelog | 6 ++++++ ttystatus/__init__.py | 2 +- 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 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() -- cgit v1.2.1