summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pavement.py4
-rwxr-xr-xsetup.py4
2 files changed, 4 insertions, 4 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'
diff --git a/setup.py b/setup.py
index 4f9b94d7d..47a8bfe5c 100755
--- a/setup.py
+++ b/setup.py
@@ -63,8 +63,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 14
-MICRO = 6
-ISRELEASED = True
+MICRO = 7
+ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)