Browse Source

Release 12.0.0

anonswap 12.0.0
Ofek Lev 5 years ago
parent
commit
b20a8ef93e
  1. 8
      HISTORY.rst
  2. 8
      README.rst
  3. 2
      setup.py

8
HISTORY.rst

@ -6,6 +6,14 @@ Important changes are emphasized.
master
^^^^^^
12.0.0
^^^^^^
- **New:** Binary wheels on Linux for PyPy3.6 v7.1.1-beta!
- **New:** Binary wheels on macOS for Python 3.8.0-alpha.3!
- **New:** Binary wheels on Linux are now also built with the new `manylinux2010 <https://www.python.org/dev/peps/pep-0571>`_ spec for 64-bit platforms!
- Improvements from libsecp256k1 master
11.0.0
^^^^^^

8
README.rst

@ -305,6 +305,14 @@ History
Important changes are emphasized.
12.0.0
^^^^^^
- **New:** Binary wheels on Linux for PyPy3.6 v7.1.1-beta!
- **New:** Binary wheels on macOS for Python 3.8.0-alpha.3!
- **New:** Binary wheels on Linux are now also built with the new `manylinux2010 <https://www.python.org/dev/peps/pep-0571>`_ spec for 64-bit platforms!
- Improvements from libsecp256k1 master
11.0.0
^^^^^^

2
setup.py

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

Loading…
Cancel
Save