Skip to content

Commit 5010177

Browse files
committed
REL: NumPy 1.19.3 release.
1 parent cf30722 commit 5010177

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pytest.ini

-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ filterwarnings =
1414
# Matrix PendingDeprecationWarning.
1515
ignore:the matrix subclass is not
1616
ignore:Importing from numpy.matlib is
17-
18-
env =
19-
PYTHONHASHSEED=0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
MAJOR = 1
6060
MINOR = 19
6161
MICRO = 3
62-
ISRELEASED = False
62+
ISRELEASED = True
6363
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
6464

6565
# The first version not in the `Programming Language :: Python :: ...` classifiers above

0 commit comments

Comments
 (0)