From d8a9de4f688614dab6b6fd2531e8ed79657068a0 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 14 Feb 2025 22:21:41 +0100 Subject: [PATCH] Bump changelog and version numbers for 0.7.1 release --- Makefile | 2 +- NEWS.md | 9 +++++++++ README.md | 2 +- doc/conf.py | 4 ++-- setup.py | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ffa6398..3164897 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DOCDIR = doc DOCHTML = $(DOCDIR)/html DOCTREES = $(DOCDIR)/doctrees ALLSPHINXOPTS = -d $(DOCTREES) $(SPHINXOPTS) $(DOCDIR) -VERSION = 0.7.0 +VERSION = 0.7.1 FULLVER = pylibacl-$(VERSION) DISTFILE = $(FULLVER).tar.gz diff --git a/NEWS.md b/NEWS.md index ca55b2d..578790e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,14 @@ # News +## Version 0.7.1 + +*released Fri, 14 Feb 2025* + +Minor version, with a few test improvements, and updated documentation +building dependencies. No user-visible changes otherwise. + +Tested with CPython versions 3.7-3.13, and PyPy 3.7-3.10. + ## Version 0.7.0 *released Sun, 23 Apr 2023* diff --git a/README.md b/README.md index fdc7b89..c4f6cc2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ POSIX.1e Access Control Lists present in some OS/file-systems combinations. Downloads: go to . Latest -version is 0.7.0. The source repository is either at +version is 0.7.1. The source repository is either at or at . diff --git a/doc/conf.py b/doc/conf.py index 2489345..f04efc4 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.7.0' +version = '0.7.1' # The full version, including alpha/beta/rc tags. -release = '0.7.0' +release = '0.7.1' # 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 5afc738..ac0f487 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,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.7.0" +version = "0.7.1" setup(name="pylibacl", version=version, -- 2.39.5