From 75dffa3bdb2bbc12e612d7f9039c07af133dc013 Mon Sep 17 00:00:00 2001 From: paugier Date: Wed, 24 Jul 2024 22:39:23 +0200 Subject: [PATCH] Prepare 0.7.1 --- CHANGES.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b1d6d36..d25f044 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,11 @@ # Release notes See also the -[unreleased changes](https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.4...branch%2Fdefault). +[unreleased changes](https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.7.1...branch%2Fdefault). + +## [0.7.1] (2024-07-24) + +- Support Numpy 2, Cython 3 and Python 3.12 ## [0.7.0] (2024-06-06) @@ -275,3 +279,4 @@ See also the [0.6.3]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.2...0.6.3 [0.6.4]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.3...0.6.4 [0.7.0]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.4...0.7.0 +[0.7.1]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.7.0...0.7.1 diff --git a/pyproject.toml b/pyproject.toml index 93253f6..e9de96d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "transonic" -version = "0.7.0" +version = "0.7.1" description = "Make your Python code fly at transonic speeds!" authors = [ { name = "Pierre Augier", email = "pierre.augier@univ-grenoble-alpes.fr" },