Skip to content

Commit

Permalink
Prepare 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Feb 20, 2024
1 parent ecf4e11 commit 608034b
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.2...branch%2Fdefault).
[unreleased changes](https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.3...branch%2Fdefault).

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

- New helper commands `transonic-init-meson` and `transonic-clean-dir`.

## [0.6.2] (2024-02-15)

Expand Down Expand Up @@ -262,3 +266,4 @@ See also the
[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
[0.6.3]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.2...0.6.3
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.2"
version = "0.6.3"
description = "Make your Python code fly at transonic speeds!"
authors = [
{ name = "Pierre Augier", email = "[email protected]" },
Expand Down

0 comments on commit 608034b

Please sign in to comment.