From a3c04a505a3221a3f02d3327c363048a22a478c1 Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Mon, 3 Jun 2024 16:16:09 +0100 Subject: [PATCH] Update pystatgrab to 0.7.3. Another rebuild of statgrab.c with a newer Cython version. --- NEWS | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e2c950b..fbb816b 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ pystatgrab NEWS https://libstatgrab.org/pystatgrab/ -pystatgrab 0.7.2 (24 Decemberr 2023) +pystatgrab 0.7.3 (03 June 2024) + + * Re-generate with more recent Cython. Fixes build on newer Python versions. + +pystatgrab 0.7.2 (24 December 2023) * Re-generate with more recent Cython. Fixes build on Python 3.11. diff --git a/setup.py b/setup.py index 70981b5..49806a0 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ import os # version of pystatgrab -VERSION = "0.7.2" +VERSION = "0.7.3" # required version of libstatgrab LIBSTATGRAB = "0.91"