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 82c0343e6..a22dccbb0 100644
--- a/pavement.py
+++ b/pavement.py
@@ -99,10 +99,10 @@ finally:
#-----------------------------------
# Source of the release notes
-RELEASE_NOTES = 'doc/release/1.11.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.11.2-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'v1.10.0'
+LOG_START = 'v1.11.1'
LOG_END = 'maintenance/1.11.x'
diff --git a/setup.py b/setup.py
index 19b19f2ba..d09c09ef5 100755
--- a/setup.py
+++ b/setup.py
@@ -58,8 +58,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 11
-MICRO = 0
-ISRELEASED = False
+MICRO = 2
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)