From ed250d09d00ee3d96bb600a1ea0656c157bdca5e Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Sun, 26 May 2013 23:33:33 +0200 Subject: [PATCH] Version bump. --- NEWS | 7 +++++++ iotop/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c074c66..5379fc0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +0.6 +~~~ +o Clean up the terminal on exit +o Stop busy looping on exit in certain conditions +o Restored UTF-8 support with python2 +o Fixed install scripts to install to sbin/ instead of bin/ + 0.5 ~~~ o Adapt the display to the maximum pid width diff --git a/iotop/version.py b/iotop/version.py index f424186..5f7dac7 100644 --- a/iotop/version.py +++ b/iotop/version.py @@ -1 +1 @@ -VERSION = '0.5' +VERSION = '0.6' -- 2.11.4.GIT