Browse Source

release 14.0.0

master
Ofek Lev 3 years ago
parent
commit
e45fb550b4
  1. 10
      HISTORY.rst
  2. 10
      README.rst
  3. 2
      setup.py

10
HISTORY.rst

@ -6,6 +6,16 @@ Important changes are emphasized.
master
^^^^^^
14.0.0
^^^^^^
**IMPORTANT: This will be the final release that supports Python 2.**
- **New:** Binary wheels for Python 3.9!
- Fetch libsecp256k1 source if the system installation lacks ECDH support
- Fix innocuous ``setuptools`` warning when building from source
- Switch CI/CD to GitHub Actions
13.0.0
^^^^^^

10
README.rst

@ -307,6 +307,16 @@ History
Important changes are emphasized.
14.0.0
^^^^^^
**IMPORTANT: This will be the final release that supports Python 2.**
- **New:** Binary wheels for Python 3.9!
- Fetch libsecp256k1 source if the system installation lacks ECDH support
- Fix innocuous ``setuptools`` warning when building from source
- Switch CI/CD to GitHub Actions
13.0.0
^^^^^^

2
setup.py

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

Loading…
Cancel
Save