Skip to content

Commit 5dbad31

Browse files
authored
Merge pull request #200 from PyO3/release-0.14
Bump version to 0.14.1
2 parents b9b18aa + 2b3f286 commit 5dbad31

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
- v0.14.1
4+
- [Fix MSRV support](https://github.com/PyO3/rust-numpy/issues/198)
5+
36
- v0.14
47
- Bump PyO3 to 0.14
58
- Fix [conversion bug](https://github.com/PyO3/rust-numpy/pull/194)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "numpy"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = [
55
"Toshiki Teramura <[email protected]>",
66
"Yuji Kanagawa <[email protected]>",

0 commit comments

Comments
 (0)