summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pavement.py3
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 3 deletions
diff --git a/pavement.py b/pavement.py
index 780993a38..5fc7a9d12 100644
--- a/pavement.py
+++ b/pavement.py
@@ -99,8 +99,7 @@ RELEASE_NOTES = 'doc/release/1.14.0-notes.rst'
# Start/end of the log (from git)
LOG_START = 'maintenance/1.13.x'
-LOG_END = 'master'
-
+LOG_END = 'maintenance/1.14.x'
#-------------------------------------------------------
# Hardcoded build/install dirs, virtualenv options, etc.
diff --git a/setup.py b/setup.py
index 38d180248..101a8094c 100755
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 14
MICRO = 0
-ISRELEASED = False
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)