From 3456a9214e76000df3206e5b7ae32d9fdca34b90 Mon Sep 17 00:00:00 2001 From: paugier Date: Thu, 15 Feb 2024 10:08:14 +0100 Subject: [PATCH] Prepare 0.6.2 --- CHANGES.md | 9 +++++++-- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ebf25aa..4d6a09f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,13 @@ # Release notes See also the -[unreleased changes](https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.1...branch%2Fdefault). +[unreleased changes](https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.2...branch%2Fdefault). -## [0.6.1] (unpublished) +## [0.6.2] (2024-02-15) + +- Fix the detection of extensions for editable installations with Meson + +## [0.6.1] (2024-02-03) - Add `transonic-get-include` command for Meson builds. - Use `PYTHRANRC=''` for Meson @@ -257,3 +261,4 @@ See also the [0.5.3]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.5.2...0.5.3 [0.6.0]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.5.3...0.6.0 [0.6.1]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.0...0.6.1 +[0.6.2]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.1...0.6.2 diff --git a/pyproject.toml b/pyproject.toml index c89fd3a..abc63b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "transonic" -version = "0.6.1" +version = "0.6.2" description = "Make your Python code fly at transonic speeds!" authors = [ { name = "Pierre Augier", email = "pierre.augier@univ-grenoble-alpes.fr" },