REL: NumPy 1.11.3 release.
diff --git a/pavement.py b/pavement.py
index 82c0343..48761c5 100644
--- a/pavement.py
+++ b/pavement.py
@@ -102,7 +102,7 @@
RELEASE_NOTES = 'doc/release/1.11.0-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'v1.10.0'
+LOG_START = 'v1.11.2'
LOG_END = 'maintenance/1.11.x'
diff --git a/setup.py b/setup.py
index 19b19f2..493af65 100755
--- a/setup.py
+++ b/setup.py
@@ -58,8 +58,8 @@
MAJOR = 1
MINOR = 11
-MICRO = 0
-ISRELEASED = False
+MICRO = 3
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)