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

Skip to content

Commit 2ebf9df

Browse files
committed
Released 1.3.7
1 parent 8dc4097 commit 2ebf9df

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

Changes.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,23 @@
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+
716
Release 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

1526
Release 1.3.5 (2018-08-30)

setup.py

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

62-
LLFUSE_VERSION = '1.3.6'
62+
LLFUSE_VERSION = '1.3.7'
6363

6464
def main():
6565

0 commit comments

Comments
 (0)