Skip to content

Commit

Permalink
Merge branch 'topic/default/prepare-0.7.1' into 'branch/default'
Browse files Browse the repository at this point in the history
Prepare 0.7.1

See merge request fluiddyn/transonic!142
  • Loading branch information
paugier committed Jul 24, 2024
2 parents c3dd7c3 + 75dffa3 commit 2fba2bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" },
Expand Down

0 comments on commit 2fba2bc

Please sign in to comment.