From a94a013163bb2ae8f5d1b966197cfbc7d33d132a Mon Sep 17 00:00:00 2001 From: messense Date: Wed, 25 Sep 2024 19:33:48 +0800 Subject: [PATCH] Release v1.7.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8b36f5b5..e391655bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1200,7 +1200,7 @@ dependencies = [ [[package]] name = "maturin" -version = "1.7.2" +version = "1.7.3" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index f69f0d34c..43748ead5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "1.7.2" +version = "1.7.3" description = "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages" exclude = [ "test-crates/**/*", diff --git a/Changelog.md b/Changelog.md index 417561d12..664e00f03 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## [1.7.3] + +* Fix upload regression to pypi/testpypi in [#2229](https://github.com/PyO3/maturin/pull/2229) + ## [1.7.2] * Fix cross compilation issues for armv7l, mips64 and ppc in [#2204](https://github.com/PyO3/maturin/pull/2204) @@ -983,7 +987,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K * Initial Release -[Unreleased]: https://github.com/pyo3/maturin/compare/v1.7.2...HEAD +[Unreleased]: https://github.com/pyo3/maturin/compare/v1.7.3...HEAD +[1.7.3]: https://github.com/pyo3/maturin/compare/v1.7.2...v1.7.3 [1.7.2]: https://github.com/pyo3/maturin/compare/v1.7.1...v1.7.2 [1.7.1]: https://github.com/pyo3/maturin/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/pyo3/maturin/compare/v1.6.0...v1.7.0