Skip to content

Commit

Permalink
Version 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Mar 29, 2024
1 parent 7a6d868 commit da23b87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Release notes

See also the
[unreleased changes](https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.3...branch%2Fdefault).
[unreleased changes](https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.4...branch%2Fdefault).

## [0.6.4] (2024-03-29)

- The `__transonic__` attribute is now a `str` (should avoid
[pythran/issues/2190](https://github.com/serge-sans-paille/pythran/issues/2190)).

## [0.6.3] (2024-02-20)

Expand Down Expand Up @@ -267,3 +272,4 @@ See also the
[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
[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
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.6.3"
version = "0.6.4"
description = "Make your Python code fly at transonic speeds!"
authors = [
{ name = "Pierre Augier", email = "[email protected]" },
Expand Down

0 comments on commit da23b87

Please sign in to comment.