Skip to content

Commit

Permalink
Version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markbt committed Jul 2, 2024
1 parent 39c3ac0 commit 980950e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## [Unreleased]

[Unreleased]: https://github.com/dgrunwald/rust-cpython/compare/0.7.1...HEAD
[Unreleased]: https://github.com/dgrunwald/rust-cpython/compare/0.7.2...HEAD

## 0.7.2 - 2024-07-02

- [Added support for Python 3.12][295] (PR by [@quark-zju])

[295]: https://github.com/dgrunwald/rust-cpython/pull/295

## 0.7.1 - 2022-10-25
- Added support for Python 3.11. (based on [PR 279][279] by [@Techcable])
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "cpython"
version = "0.7.1"
version = "0.7.2"
description = "Bindings to Python"
authors = ["Daniel Grunwald <daniel@danielgrunwald.de>"]
readme = "README.md"
Expand Down Expand Up @@ -53,7 +53,7 @@ version = "0.7.0"
[dependencies.python3-sys]
optional = true
path = "python3-sys"
version = "0.7.1"
version = "0.7.2"

[features]
default = ["python3-sys"]
Expand Down
2 changes: 1 addition & 1 deletion python3-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "python3-sys"
version = "0.7.1"
version = "0.7.2"
description = "FFI Declarations for Python 3"
readme = "README.md"
keywords = [
Expand Down

0 comments on commit 980950e

Please sign in to comment.