Browse Source

grow

anonswap
Ofek Lev 6 years ago
parent
commit
c65d3bb665
  1. 11
      HISTORY.rst
  2. 14
      README.rst
  3. 2
      setup.py

11
HISTORY.rst

@ -6,6 +6,17 @@ Important changes are emphasized.
master
^^^^^^
9.0.0
^^^^^
- Fixed wheels for macOS
- **Breaking:** Drop support for 32-bit macOS
8.0.2
^^^^^
- No longer package tests
8.0.0
^^^^^

14
README.rst

@ -286,6 +286,7 @@ Important changes are emphasized.
9.0.0
^^^^^
- Fixed wheels for macOS
- **Breaking:** Drop support for 32-bit macOS
8.0.2
@ -308,17 +309,4 @@ Important changes are emphasized.
- Pin version of libsecp256k1
- Improve docs
7.0.0
^^^^^
- Improvements from libsecp256k1 master
- Fix build script
6.0.0
^^^^^
- Resolved `#6 <https://github.com/ofek/coincurve/issues/6>`_. You can choose
to use this or remain on 5.2.0. This will only be a temporary change. See
`<https://github.com/ofek/coincurve/commit/3e93480b3e38c6b9beb0bc2de83bc3630fc74c46>`_
View `all history <https://github.com/ofek/coincurve/blob/master/HISTORY.rst>`_

2
setup.py

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

Loading…
Cancel
Save