From 7f9b7b4d0ebfb04852027d55778ac7f15a4d0ad2 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Mon, 7 Jul 2008 21:22:08 +0200 Subject: [PATCH] The new features list is not that long --- NEWS | 4 ++-- iotop/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 909f059..8dc5fa6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -0.3 -~~~ +0.2.1 +~~~~~ o UTF-8 strings are now correctly handled 0.2 diff --git a/iotop/version.py b/iotop/version.py index 014a8e4..887788d 100644 --- a/iotop/version.py +++ b/iotop/version.py @@ -1 +1 @@ -VERSION = '0.3' +VERSION = '0.2.1' -- 2.11.4.GIT