Browse Source

release 15.0.0

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

2
docs/history.md

@ -6,6 +6,8 @@ Important changes are emphasized.
## master
## 15.0.0
- **Breaking:** Drop support for Python 2
- **Breaking:** Binary wheels for CPython require version 19.3 or later of ``pip`` to install
- Build AArch64 binary wheels for Linux

2
setup.py

@ -259,7 +259,7 @@ else:
setup(
name='coincurve',
version='14.0.0',
version='15.0.0',
description='Cross-platform Python CFFI bindings for libsecp256k1',
long_description=open('README.md', 'r').read(),

Loading…
Cancel
Save