File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55.. currentmodule :: pyfuse3
66
7- Unreleased Changes
8- ==================
7+ Release 3.4.0 (2024-08-28)
8+ ==========================
9+
10+ * Cythonized with latest Cython 3.0.11 to support Python 3.13.
11+
12+ * CI: also test python 3.13, run mypy.
913
1014* Move ``_pyfuse3 `` to ``pyfuse3._pyfuse3 `` and add a compatibility wrapper
1115 for the old name.
Original file line number Diff line number Diff line change 5353
5454# General information about the project.
5555project = u'pyfuse3'
56- copyright = u'2010-2023 , Nikolaus Rath'
56+ copyright = u'2010-2024 , Nikolaus Rath'
5757
5858# The version info for the project you're documenting, acts as replacement for
5959# |version| and |release|, also used in various other places throughout the
6060# built documents.
6161#
6262# The short X.Y version.
63- version = '3.3 .0'
63+ version = '3.4 .0'
6464# The full version, including alpha/beta/rc tags.
6565release = version + ''
6666
Original file line number Diff line number Diff line change 4646 warnings .simplefilter ('default' )
4747
4848
49- PYFUSE3_VERSION = '3.3 .0'
49+ PYFUSE3_VERSION = '3.4 .0'
5050
5151def main ():
5252
You can’t perform that action at this time.
0 commit comments