summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pavement.py b/pavement.py
index 780993a38..54952fbdd 100644
--- a/pavement.py
+++ b/pavement.py
@@ -95,11 +95,11 @@ finally:
#-----------------------------------
# Source of the release notes
-RELEASE_NOTES = 'doc/release/1.14.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.14.2-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'maintenance/1.13.x'
-LOG_END = 'master'
+LOG_START = 'v1.14.1'
+LOG_END = 'maintenance/1.14.x'
#-------------------------------------------------------