From b20a8ef93ebd55dfd35baaca1d485cf1b4550d2a Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sat, 4 May 2019 22:03:11 -0400 Subject: [PATCH] Release 12.0.0 --- HISTORY.rst | 8 ++++++++ README.rst | 8 ++++++++ setup.py | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 4a4fe2d..f0d3237 100644 --- a/HISTORY.rst +++ b/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 `_ spec for 64-bit platforms! +- Improvements from libsecp256k1 master + 11.0.0 ^^^^^^ diff --git a/README.rst b/README.rst index d8f5a20..45e0577 100644 --- a/README.rst +++ b/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 `_ spec for 64-bit platforms! +- Improvements from libsecp256k1 master + 11.0.0 ^^^^^^ diff --git a/setup.py b/setup.py index b2283e2..bbcaeed 100644 --- a/setup.py +++ b/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(),