Skip to content

Commit b470778

Browse files
committed
Prepare 0.4.5
1 parent a3b26f5 commit b470778

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
See also the [unreleased changes].
44

5+
## [0.4.5] (2025-10-14)
6+
7+
- Python 3.14 support
8+
59
## [0.4.4] (2025-07-23)
610

711
- New command `fluidfft-get-methods`
@@ -130,4 +134,5 @@ See also the [unreleased changes].
130134
[0.4.2]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.1...0.4.2
131135
[0.4.3]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.2...0.4.3
132136
[0.4.4]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.3...0.4.4
133-
[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.4...branch%2Fdefault
137+
[0.4.5]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.4...0.4.5
138+
[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.5...branch%2Fdefault

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = 'mesonpy'
55

66
[project]
77
name = "fluidfft"
8-
version = "0.4.4"
8+
version = "0.4.5"
99
description = "Efficient and easy Fast Fourier Transform (FFT) for Python."
1010
authors = [
1111
{name = "Pierre Augier", email = "pierre.augier@legi.cnrs.fr"},

0 commit comments

Comments
 (0)