From 8b4dfbc0b6a914dde1b6ceb74bec359cacb05ef0 Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Sun, 16 Aug 2020 19:36:05 +0100 Subject: [PATCH] Update pystatgrab to 0.7.1. This doesn't change the original code, but does change the released tarball by using a newer version of Cython to generate statgrab.c. This fixes the build on Python 3.7. --- NEWS | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 845366a..9a21ae2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ pystatgrab NEWS https://libstatgrab.org/pystatgrab/ +pystatgrab 0.7.1 (16 August 2020) + + * Re-generate with more recent Cython. Fixes build on Python 3.7. + pystatgrab 0.7 (13 April 2016) * Add support for Python 3 diff --git a/setup.py b/setup.py index 4d3f9c7..40921f0 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ import os # version of pystatgrab -VERSION = "0.7" +VERSION = "0.7.1" # required version of libstatgrab LIBSTATGRAB = "0.91"