Skip to content

Commit

Permalink
bump version to 3.4.0, update CHANGES
Browse files Browse the repository at this point in the history
also: update (c) year in docs
  • Loading branch information
ThomasWaldmann committed Aug 28, 2024
1 parent 4e6946b commit c0ed664
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions Changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@

.. currentmodule:: pyfuse3

Unreleased Changes
==================
Release 3.4.0 (2024-08-28)
==========================

* Cythonized with latest Cython 3.0.11 to support Python 3.13.

* CI: also test python 3.13, run mypy.

* Move ``_pyfuse3`` to ``pyfuse3._pyfuse3`` and add a compatibility wrapper
for the old name.
Expand Down
4 changes: 2 additions & 2 deletions rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@

# General information about the project.
project = u'pyfuse3'
copyright = u'2010-2023, Nikolaus Rath'
copyright = u'2010-2024, Nikolaus Rath'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '3.3.0'
version = '3.4.0'
# The full version, including alpha/beta/rc tags.
release = version + ''

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
warnings.simplefilter('default')


PYFUSE3_VERSION = '3.3.0'
PYFUSE3_VERSION = '3.4.0'

def main():

Expand Down

0 comments on commit c0ed664

Please sign in to comment.