]> git.k1024.org Git - pylibacl.git/commitdiff
Bump changelog and version numbers for 0.7.1 release main v0.7.1
authorIustin Pop <iustin@k1024.org>
Fri, 14 Feb 2025 21:21:41 +0000 (22:21 +0100)
committerIustin Pop <iustin@k1024.org>
Fri, 14 Feb 2025 21:21:41 +0000 (22:21 +0100)
Makefile
NEWS.md
README.md
doc/conf.py
setup.py

index ffa6398438f2de206ec0ecbe8ba51dd969c37e1c..3164897a6bbefe3e64de4f428d4aa5c972c7d696 100644 (file)
--- 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 ca55b2dbc9b7e80b30067f7345918542785e20ca..578790e44b45470be19fe1d7670eee934b75edc1 100644 (file)
--- 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*
index fdc7b896633f3082092665a33f9adf817461de45..c4f6cc22b75bd8b7f8597bd5fb27b0fd04b3e54d 100644 (file)
--- 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 <https://pylibacl.k1024.org/downloads>. Latest
-version is 0.7.0. The source repository is either at
+version is 0.7.1. The source repository is either at
 <https://git.k1024.org/pylibacl.git> or at
 <https://github.com/iustin/pylibacl>.
 
index 24893451aad8cde48fdea7a1f955d589f112a1e6..f04efc4032bae5fdeb855bba38b28b905ae85b16 100644 (file)
@@ -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.
index 5afc738ed2b5d046e3c808d1b5e6b55f285ca996..ac0f4876b8b320c7670feb1ef3c077cfb0a07752 100755 (executable)
--- 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,