summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pavement.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pavement.py b/pavement.py
index f969c0e91..ff5f279cf 100644
--- a/pavement.py
+++ b/pavement.py
@@ -102,7 +102,7 @@ finally:
RELEASE_NOTES = 'doc/release/1.9.0-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'v1.8.1'
+LOG_START = 'v1.8.2'
LOG_END = 'maintenance/1.9.x'
diff --git a/setup.py b/setup.py
index cfe29318e..323936055 100755
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ MAJOR = 1
MINOR = 9
MICRO = 0
ISRELEASED = True
-VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
+VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string