Skip to content

Commit c0ed664

Browse files
bump version to 3.4.0, update CHANGES
also: update (c) year in docs
1 parent 4e6946b commit c0ed664

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

Changes.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
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.

rst/conf.py

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

5454
# General information about the project.
5555
project = 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.
6565
release = version + ''
6666

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
warnings.simplefilter('default')
4747

4848

49-
PYFUSE3_VERSION = '3.3.0'
49+
PYFUSE3_VERSION = '3.4.0'
5050

5151
def main():
5252

0 commit comments

Comments
 (0)