From 8c7052bd796f927f132a1085056157155e6106c8 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 27 Dec 2009 19:23:30 +0100 Subject: [PATCH] Update NEWS file and release 0.5.0 --- NEWS | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e018bbd..b14b96c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Version 0.5 +=========== + +Added support for Python 3.x and improved support for Unicode filenames. + Version 0.4 =========== diff --git a/setup.py b/setup.py index c6f7116..8cf37a2 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ long_desc = """This is a C extension module for Python which implements POSIX ACLs manipulation. It is a wrapper on top of the systems's acl C library - see acl(5).""" -version = "0.4.0" +version = "0.5.0" setup(name="pylibacl", version=version, -- 2.39.2