Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
coincurve_versions:
strategy:
matrix:
coincurve-version: [15, 16, 17, 18, '19.0.1', 20]
coincurve-version: [15, 16, 17, 18, '19.0.1', 20, 21]

runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.1

- Support Coincurve up to version 21. This version notably bumps libsecp to version 0.6.0 and gets rid of all runtime dependencies.

# 5.0

This is a breaking release.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"

[project]
name = "bip32"
version = "5.0.0"
version = "5.1.0"
dependencies = [
"coincurve>=15.0,<21",
"coincurve>=15.0,<22",
]
requires-python = ">=3.9"
authors = [
Expand Down
Loading