Skip to content

Commit

Permalink
release v17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Jan 30, 2022
1 parent 3927a27 commit dad30a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Important changes are emphasized.

## Unreleased

## 17.0.0

- **Breaking:** Drop support for Python 3.6
- Fix wheels for Apple M1
- Upgrade [libsecp256k1][] to the latest available version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def has_c_libraries(self):

setup(
name='coincurve',
version='16.0.0',
version='17.0.0',

description='Cross-platform Python CFFI bindings for libsecp256k1',
long_description=open('README.md', 'r').read(),
Expand Down

0 comments on commit dad30a1

Please sign in to comment.