Skip to content

Commit

Permalink
Update pystatgrab to 0.7.1.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tdb committed Aug 16, 2020
1 parent db997b5 commit 8b4dfbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import os

# version of pystatgrab
VERSION = "0.7"
VERSION = "0.7.1"

# required version of libstatgrab
LIBSTATGRAB = "0.91"
Expand Down

0 comments on commit 8b4dfbc

Please # to comment.