Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3201050 commit 5a2e5ccCopy full SHA for 5a2e5cc
Changes.rst
@@ -6,6 +6,15 @@
6
7
**WARNING**: Python-LLFUSE is no longer actively developed.
8
9
+Release 1.4.3 (2023-05-09)
10
+==========================
11
+
12
+* cythonize with Cython 0.29.34 (brings python 3.12 support)
13
+* also test on python 3.12-dev
14
+* add a minimal pyproject.toml, #70
15
+* fix basedir in setup.py (malfunctioned with pip install -e .)
16
+* tests: fix integer overflow on 32-bit architectures
17
18
Release 1.4.2 (2022-05-31)
19
==========================
20
setup.py
@@ -53,7 +53,7 @@
53
# to work properly
54
sys.path.insert(0, os.path.join(basedir, 'src'))
55
56
-LLFUSE_VERSION = '1.4.2'
+LLFUSE_VERSION = '1.4.3'
57
58
def main():
59
0 commit comments