From a712732599d6a23ec2d7a4ff7c6446019d662d5f Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 14 Nov 2019 11:58:42 +0100 Subject: [PATCH] Bump version numbers for new release MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Only 4+ years… --- NEWS | 17 +++++++++++++++++ README.rst | 8 ++++---- doc/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index b380702..1567ec1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,23 @@ News ==== +Version 0.5.4 +------------- + +*released Thu, 14 Nov 2019* + +Maintenance release: + +- Switch build system to Python 3 by default (can be overridden if + needed). +- Internal improvements for better cpychecker support. +- Fix compatibility with PyPy. +- Test improvements (both local and on Travis), testing more variations + (debug, PyPy). +- Improve test coverage, and allow gathering test coverage results. +- Drop support (well, drop testing) for Python lower than 2.7. +- Minor documentation improvements (closes #9, #12). + Version 0.5.3 ------------- diff --git a/README.rst b/README.rst index 1ad5fe6..53c09b7 100644 --- a/README.rst +++ b/README.rst @@ -5,10 +5,10 @@ This is a Python 2.7+ extension module allows you to manipulate the POSIX.1e Access Control Lists present in some OS/file-systems combinations. -Downloads: go to http://pylibacl.k1024.org/downloads. Latest -version is 0.5.3. The source repository is either -at ``_ or -at https://github.com/iustin/pylibacl. +Downloads: go to http://pylibacl.k1024.org/downloads. Latest version +is 0.5.4. The source repository is either at +https://git.k1024.org/pylibacl.git or at +https://github.com/iustin/pylibacl. For any issues, please file bugs at https://github.com/iustin/pylibacl/issues. diff --git a/doc/conf.py b/doc/conf.py index 5861a43..5083af5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,9 +48,9 @@ copyright = u'2002-2009, 2012, 2014, 2015, Iustin Pop' # built documents. # # The short X.Y version. -version = '0.5.3' +version = '0.5.4' # The full version, including alpha/beta/rc tags. -release = '0.5.3' +release = '0.5.4' # 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 b2b3001..bdc5c2d 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.3" +version = "0.5.4" setup(name="pylibacl", version=version, -- 2.39.2