summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-09-27 08:38:24 -0600
committerCharles Harris <charlesr.harris@gmail.com>2017-09-27 08:38:24 -0600
commitcde88ddf408f41ca2669adc4401fb69682726a55 (patch)
treeeafc878197a07f40126030b4183df904bc381c8b /pavement.py
parent6d44a1535deb18134a9c0a0681b791fef730b636 (diff)
downloadnumpy-1.13.2.tar.gz
REL: NumPy 1.13.2 releasev1.13.2
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pavement.py b/pavement.py
index 07991c5ac..2792634d2 100644
--- a/pavement.py
+++ b/pavement.py
@@ -99,10 +99,10 @@ finally:
#-----------------------------------
# Source of the release notes
-RELEASE_NOTES = 'doc/release/1.13.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.13.2-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'maintenance/1.12.x'
+LOG_START = 'v1.13.1'
LOG_END = 'maintenance/1.13.x'