From 5010177cfcab1efff8cf5b8eeee093491ae4bc8b Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Wed, 28 Oct 2020 15:27:05 -0600 Subject: REL: NumPy 1.19.3 release. --- pytest.ini | 3 --- setup.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pytest.ini b/pytest.ini index 0db7f80dd..1296ed1a8 100644 --- a/pytest.ini +++ b/pytest.ini @@ -14,6 +14,3 @@ filterwarnings = # Matrix PendingDeprecationWarning. ignore:the matrix subclass is not ignore:Importing from numpy.matlib is - -env = - PYTHONHASHSEED=0 diff --git a/setup.py b/setup.py index 9a3cf8d4c..139a35580 100755 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ Operating System :: MacOS MAJOR = 1 MINOR = 19 MICRO = 3 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # The first version not in the `Programming Language :: Python :: ...` classifiers above -- cgit v1.2.1