diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b748cf6..d0ef2486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - removed the `gil-refs` feature - reintroduced function names without `_bound` suffix + deprecating the old names - switched to `IntoPyObject` as trait bound + - Bump `rustc-hash` dependency to 2.0. ([[#472](https://github.com/PyO3/rust-numpy/pull/472)]) - v0.22.1 - Fix building on 32-bit Windows. ([#463](https://github.com/PyO3/rust-numpy/pull/463)) diff --git a/Cargo.toml b/Cargo.toml index 26366c5a..74f9ec14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "numpy" -version = "0.23.0-dev" +version = "0.23.0" authors = [ "The rust-numpy Project Developers", "PyO3 Project and Contributors "