From 0047ff549bb55e260fa562a47dc6aa3b3b7757dd Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Sun, 27 Jun 2010 18:08:10 +0200 Subject: [PATCH] Bump version --- NEWS | 5 +++++ iotop/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dc09ff3..760ec25 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.4.1 +~~~~~ +o Portability fix +o Better reporting of missing requirements + 0.4 ~~~ o Compatibility with python2.4 using the ctypes module diff --git a/iotop/version.py b/iotop/version.py index f896235..52f089c 100644 --- a/iotop/version.py +++ b/iotop/version.py @@ -1 +1 @@ -VERSION = '0.4' +VERSION = '0.4.1' -- 2.11.4.GIT