From 3c31be20e80ed169a1f0adf91b499001a80e7e67 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 24 May 2014 00:40:07 +0200 Subject: [PATCH] Bump version for a trivial 0.5.2 release --- NEWS | 5 +++++ README | 2 +- doc/conf.py | 6 +++--- setup.py | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index a84e674..95bdd6d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ News ==== +Version 0.5.2 +------------- + +No visible changes release: just fix tests when running under pypy. + Version 0.5.1 ------------- diff --git a/README b/README index e725fd9..6978428 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ POSIX.1e Access Control Lists present in some OS/file-systems combinations. Downloads: go to https://github.com/iustin/pylibacl/downloads. Latest -version is 0.5.1. The source repository is either +version is 0.5.2. The source repository is either at ``_ or at https://github.com/iustin/pylibacl. diff --git a/doc/conf.py b/doc/conf.py index 3b2d215..e8299c1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'pylibacl' -copyright = u'2002-2009, 2012, Iustin Pop' +copyright = u'2002-2009, 2012, 2014, Iustin Pop' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.5.1' +version = '0.5.2' # The full version, including alpha/beta/rc tags. -release = '0.5.1' +release = '0.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index d95acd1..9c8f2cd 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.5.1" +version = "0.5.2" setup(name="pylibacl", version=version, -- 2.39.2