summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pavement.py2
-rwxr-xr-xsetup.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/pavement.py b/pavement.py
index d0818e66b..61c627443 100644
--- a/pavement.py
+++ b/pavement.py
@@ -98,7 +98,7 @@ finally:
RELEASE_NOTES = 'doc/release/1.15.4-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'v1.15.3'
+LOG_START = 'v1.15.4'
LOG_END = 'maintenance/1.15.x'
diff --git a/setup.py b/setup.py
index 060e82c54..06b8d2e3f 100755
--- a/setup.py
+++ b/setup.py
@@ -64,8 +64,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 15
-MICRO = 4
-ISRELEASED = True
+MICRO = 5
+ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)