diff --git a/pavement.py b/pavement.py index b71ca2e1e3a5..25fb7f0ef6a4 100644 --- a/pavement.py +++ b/pavement.py @@ -101,7 +101,7 @@ # Start/end of the log (from git) LOG_START = 'v0.9.0' -LOG_END = 'master' +LOG_END = '0.10.x' #------------------------------------------------------- diff --git a/setup.py b/setup.py index 67898f99cbeb..9aae27c24a67 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ MINOR = 10 MICRO = 0 ISRELEASED = False -VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) +VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO) # Return the git revision as a string