Skip to content

Commit

Permalink
Release v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 25, 2024
1 parent 8d1968c commit a94a013
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["konstin <[email protected]>", "messense <[email protected]>"]
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/**/*",
Expand Down
7 changes: 6 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a94a013

Please sign in to comment.