Skip to content

Commit

Permalink
release: 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Mar 6, 2022
1 parent 6ec6208 commit d94d0dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false # If one platform fails, allow the rest to keep testing.
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10"]
platform: [
{ os: "macOS-latest", python-architecture: "x64", rust-target: "x86_64-apple-darwin" },
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.16.0 - 2022-03-06

- Update to PyO3 0.16

## 0.15.0 - 2021-11-12

- Update to PyO3 0.15
Expand Down
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pythonize"
version = "0.15.0"
version = "0.16.0"
authors = ["David Hewitt <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -19,5 +19,3 @@ serde = { version = "1.0", default-features = false, features = ["derive"] }
pyo3 = { version = "0.16.0", default-features = false, features = ["auto-initialize", "macros", "pyproto"] }
serde_json = "1.0"
maplit = "1.0.2"


0 comments on commit d94d0dc

Please sign in to comment.