REL: NumPy 1.12.1 release.
diff --git a/pavement.py b/pavement.py
index c6b4a23..09831d3 100644
--- a/pavement.py
+++ b/pavement.py
@@ -99,10 +99,10 @@
#-----------------------------------
# Source of the release notes
-RELEASE_NOTES = 'doc/release/1.12.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.12.1-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'maintenance/1.11.x'
+LOG_START = 'v1.12.0'
LOG_END = 'maintenance/1.12.x'
diff --git a/setup.py b/setup.py
index 31c7a78..cbe90e0 100755
--- a/setup.py
+++ b/setup.py
@@ -63,8 +63,8 @@
MAJOR = 1
MINOR = 12
-MICRO = 0
-ISRELEASED = False
+MICRO = 1
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)