File tree 5 files changed +16
-5
lines changed
5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ DOCDIR = doc
5
5
DOCHTML = $(DOCDIR ) /html
6
6
DOCTREES = $(DOCDIR ) /doctrees
7
7
ALLSPHINXOPTS = -d $(DOCTREES ) $(SPHINXOPTS ) $(DOCDIR )
8
- VERSION = 0.7.1
8
+ VERSION = 0.7.2
9
9
FULLVER = pylibacl-$(VERSION )
10
10
DISTFILE = $(FULLVER ) .tar.gz
11
11
Original file line number Diff line number Diff line change 1
1
# News
2
2
3
+ ## Version 0.7.2
4
+
5
+ * released Sun, 23 Feb 2025*
6
+
7
+ Single-bugfix release: fixed the typing stub module. Nothing exercised
8
+ it, and having been generated with pre-3.6 stubgen, it failed to work
9
+ on modern versions. No tests failed (should add some), but the doc
10
+ build by Sphinx failed accidentally since the failure to import (which
11
+ was ignored) led to a missing title for the module, which Sphinx
12
+ complained about. Quite funny :)
13
+
3
14
## Version 0.7.1
4
15
5
16
* released Fri, 14 Feb 2025*
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ POSIX.1e Access Control Lists present in some OS/file-systems
5
5
combinations.
6
6
7
7
Downloads: go to < https://pylibacl.k1024.org/downloads > . Latest
8
- version is 0.7.1 . The source repository is either at
8
+ version is 0.7.2 . The source repository is either at
9
9
< https://git.k1024.org/pylibacl.git > or at
10
10
< https://github.com/iustin/pylibacl > .
11
11
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.7.1 '
51
+ version = '0.7.2 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.7.1 '
53
+ release = '0.7.2 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 31
31
implements POSIX ACLs manipulation. It is a wrapper on top
32
32
of the systems's acl C library - see acl(5)."""
33
33
34
- version = "0.7.1 "
34
+ version = "0.7.2 "
35
35
36
36
setup (name = "pylibacl" ,
37
37
version = version ,
You can’t perform that action at this time.
0 commit comments