summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pavement.py4
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/pavement.py b/pavement.py
index f1dfed1dd..54890bcef 100644
--- a/pavement.py
+++ b/pavement.py
@@ -98,10 +98,10 @@ finally:
#-----------------------------------
# Source of the release notes
-RELEASE_NOTES = 'doc/release/1.8.1-notes.rst'
+RELEASE_NOTES = 'doc/release/1.8.2-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'v1.8.0'
+LOG_START = 'v1.8.1'
LOG_END = 'maintenance/1.8.x'
diff --git a/setup.py b/setup.py
index 4060b1e31..9f3fac0a4 100755
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 8
MICRO = 2
-ISRELEASED = False
+ISRELEASED = True
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)