Browse Source

release 10.0.0

anonswap 10.0.0
Ofek Lev 6 years ago
parent
commit
972912506f
  1. 7
      HISTORY.rst
  2. 13
      README.rst
  3. 2
      setup.py

7
HISTORY.rst

@ -6,6 +6,13 @@ Important changes are emphasized.
master
^^^^^^
10.0.0
^^^^^^
- Support tox for testing
- Compatibility with latest libsecp256k1 ECDH API
- Make libgmp optional when building from source
9.0.0
^^^^^

13
README.rst

@ -284,6 +284,13 @@ History
Important changes are emphasized.
10.0.0
^^^^^^
- Support tox for testing
- Compatibility with latest libsecp256k1 ECDH API
- Make libgmp optional when building from source
9.0.0
^^^^^
@ -304,10 +311,4 @@ Important changes are emphasized.
- Make build system support new GitHub & PyPI security requirements
- Improvements from libsecp256k1 master
7.1.0
^^^^^
- Pin version of libsecp256k1
- Improve docs
View `all history <https://github.com/ofek/coincurve/blob/master/HISTORY.rst>`_

2
setup.py

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

Loading…
Cancel
Save