From b76a499a64d03b4c442c2be706abc8136896c271 Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Sat, 30 Jul 2005 10:53:28 +0000 Subject: [PATCH] Version 0.4 of pystatgrab. --- NEWS | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4939df9..ca426af 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,10 @@ http://www.i-scream.org/pystatgrab/ $Id$ +pystatgrab 0.4 (31 July 2005) + + * Chase API changes in libstagrab 0.12. + pystatgrab 0.3 (24 August 2004) * Support for new functions in libstatgrab 0.10.2. diff --git a/setup.py b/setup.py index 401d4f5..2a01f2c 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ VERSION = "0.4" # required version of libstatgrab -LIBSTATGRAB = "0.10.2" +LIBSTATGRAB = "0.12" # test for pkg-config presence if os.system("pkg-config --version >/dev/null 2>&1"):