There was an error while loading. Please reload this page.
1 parent 064e172 commit 68538b7Copy full SHA for 68538b7
pavement.py
@@ -102,7 +102,7 @@
102
103
# Start/end of the log (from git)
104
LOG_START = 'v1.5.0'
105
-LOG_END = 'v1.6.1rc3'
+LOG_END = 'v1.6.1'
106
107
108
#-------------------------------------------------------
setup.py
@@ -58,7 +58,7 @@
58
MINOR = 6
59
MICRO = 1
60
ISRELEASED = True
61
-VERSION = '%d.%d.%drc3' % (MAJOR, MINOR, MICRO)
+VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
62
63
# Return the git revision as a string
64
def git_version():
0 commit comments