Skip to content

Commit 91118b3

Browse files
committed
REL: NumPy 1.18.1 release.
1 parent 1117ebf commit 91118b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pavement.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#-----------------------------------
4242

4343
# Path to the release notes
44-
RELEASE_NOTES = 'doc/source/release/1.18.0-notes.rst'
44+
RELEASE_NOTES = 'doc/source/release/1.18.1-notes.rst'
4545

4646

4747
#-------------------------------------------------------

setup.py

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

6565

0 commit comments

Comments
 (0)