File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 44
55.. currentmodule :: llfuse
66
7+ **WARNING **: Python-LLFUSE is no longer actively maintained. Unless you are stuck
8+ with Python 2.x or libfuse 2.x, we recommended to use the pyfuse3 _
9+ module instead.
10+
11+ Release 1.3.7 (2020-10-04)
12+ ==========================
13+
14+ * Rebuild with Cython 0.29.21 for Python 3.8 compatibility.
15+
716Release 1.3.6 (2019-02-14)
817==========================
918
10- Python-LLFUSE is no longer actively maintained. Unless you are stuck
11- with Python 2.x or libfuse 2.x, we recommended to use the pyfuse3 _
12- module instead.
19+ * No change upload.
20+
21+ * Python-LLFUSE is no longer actively maintained. Unless you are stuck
22+ with Python 2.x or libfuse 2.x, we recommended to use the pyfuse3 _
23+ module instead.
1324
1425
1526Release 1.3.5 (2018-08-30)
Original file line number Diff line number Diff line change 5959# to work properly
6060sys .path .insert (0 , os .path .join (basedir , 'src' ))
6161
62- LLFUSE_VERSION = '1.3.6 '
62+ LLFUSE_VERSION = '1.3.7 '
6363
6464def main ():
6565
You can’t perform that action at this time.
0 commit comments