diff options
Diffstat (limited to 'pavement.py')
| -rw-r--r-- | pavement.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py index 07991c5ac..f0fead3bd 100644 --- a/pavement.py +++ b/pavement.py @@ -102,7 +102,7 @@ finally: RELEASE_NOTES = 'doc/release/1.13.0-notes.rst' # Start/end of the log (from git) -LOG_START = 'maintenance/1.12.x' +LOG_START = 'v1.13.0' LOG_END = 'maintenance/1.13.x' |
