Browse Source

release v17.0.0

master
Ofek Lev 2 years ago
parent
commit
dad30a147f
  1. 2
      docs/history.md
  2. 2
      setup.py

2
docs/history.md

@ -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

2
setup.py

@ -263,7 +263,7 @@ else:
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(),

Loading…
Cancel
Save