Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a2e5cc

Browse files
release 1.4.3
1 parent 3201050 commit 5a2e5cc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Changes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77
**WARNING**: Python-LLFUSE is no longer actively developed.
88

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+
918
Release 1.4.2 (2022-05-31)
1019
==========================
1120

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# to work properly
5454
sys.path.insert(0, os.path.join(basedir, 'src'))
5555

56-
LLFUSE_VERSION = '1.4.2'
56+
LLFUSE_VERSION = '1.4.3'
5757

5858
def main():
5959

0 commit comments

Comments
 (0)