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
# 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*
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>.
# 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.
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,