summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
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 5c61d17f2..e5f1fc9e1 100644
--- a/pavement.py
+++ b/pavement.py
@@ -95,10 +95,10 @@ finally:
#-----------------------------------
# Source of the release notes
-RELEASE_NOTES = 'doc/release/1.14.6-notes.rst'
+RELEASE_NOTES = 'doc/release/1.14.7-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'v1.14.5'
+LOG_START = 'v1.14.6'
LOG_END = 'maintenance/1.14.x'