summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-06-30 11:34:16 -0600
committerCharles Harris <charlesr.harris@gmail.com>2019-06-30 11:41:39 -0600
commitcde9a2e697aefe983346bb810aa28e975a55ac42 (patch)
tree8e0847ba6c5e170a382806193563043b5d0d50c3 /pavement.py
parent27d77ce2219d9e573a57159ce997e495b8aecbc5 (diff)
downloadnumpy-cde9a2e697aefe983346bb810aa28e975a55ac42.tar.gz
MAINT: Prepare master for 1.18.0 development.
- Create release notes. - Update pavement.py. - Update setup.py
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py
index 2a5225f71..c26717988 100644
--- a/pavement.py
+++ b/pavement.py
@@ -42,7 +42,7 @@ from paver.easy import Bunch, options, task, sh
#-----------------------------------
# Path to the release notes
-RELEASE_NOTES = 'doc/release/1.17.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.18.0-notes.rst'
#-------------------------------------------------------