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

Skip to content

Commit 27bc076

Browse files
Merge pull request #102 from ThomasWaldmann/rel151
release 1.5.1
2 parents 088103a + 92356bb commit 27bc076

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Changes.rst

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

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

9+
Release 1.5.1 (2024-08-31)
10+
==========================
11+
12+
- Support and test on Python 3.13 also.
13+
- Cythonized using Cython 3.0.11 to get Python 3.13 support.
14+
- Misc. CI and readthedocs related changes.
15+
16+
917
Release 1.5.0 (2023-08-08)
1018
==========================
1119

rst/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252

5353
# General information about the project.
5454
project = 'Python-LLFUSE'
55-
copyright = '2010-2023, Nikolaus Rath'
55+
copyright = '2010-2024, Nikolaus Rath'
5656

5757
# The version info for the project you're documenting, acts as replacement for
5858
# |version| and |release|, also used in various other places throughout the
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '1.5.0'
62+
version = '1.5.1'
6363
# The full version, including alpha/beta/rc tags.
6464
release = version + ''
6565

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
warnings.simplefilter('default')
4848

4949

50-
LLFUSE_VERSION = '1.5.0'
50+
LLFUSE_VERSION = '1.5.1'
5151

5252
def main():
5353

@@ -115,6 +115,7 @@ def main():
115115
'Programming Language :: Python :: 3.10',
116116
'Programming Language :: Python :: 3.11',
117117
'Programming Language :: Python :: 3.12',
118+
'Programming Language :: Python :: 3.13',
118119
'Topic :: Software Development :: Libraries :: Python Modules',
119120
'Topic :: System :: Filesystems',
120121
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',

0 commit comments

Comments
 (0)