Skip to content

Commit

Permalink
Merge pull request #87 from ThomasWaldmann/rel330
Browse files Browse the repository at this point in the history
release 3.3.0
  • Loading branch information
ThomasWaldmann committed Aug 6, 2023
2 parents ddc8776 + 820f8d2 commit 915080a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@

.. currentmodule:: pyfuse3

Release 3.3.0 (2023-08-06)
==========================

* Note: This is the first pyfuse3 release compatible with Cython 3.0.0 release.
Cython 0.29.x is also still supported.

* Cythonized with latest Cython 3.0.0.

* Drop Python 3.6 and 3.7 support and testing, #71.

* CI: also test python 3.12. test on cython 0.29 and cython 3.0.

* Tell Cython that callbacks may raise exceptions, #80.

* Fix lookup in examples/hello.py, similar to #16.

* Misc. CI, testing, build and sphinx related fixes.





Release 3.2.3 (2023-05-09)
==========================

Expand Down
2 changes: 1 addition & 1 deletion rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# built documents.
#
# The short X.Y version.
version = '3.2.3'
version = '3.3.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.2.3'
PYFUSE3_VERSION = '3.3.0'

def main():

Expand Down

0 comments on commit 915080a

Please sign in to comment.