Skip to content

Commit e1c2900

Browse files
committed
REL: NumPy 1.18.0rc1 release.
1 parent bc51628 commit e1c2900

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#-----------------------------------
4242

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

4646

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
MAJOR = 1
5959
MINOR = 18
6060
MICRO = 0
61-
ISRELEASED = False
62-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
61+
ISRELEASED = True
62+
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
6363

6464

6565
# Return the git revision as a string

0 commit comments

Comments
 (0)