We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5765325 commit b11e3afCopy full SHA for b11e3af
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.0'
+LOG_END = 'v1.6.1rc1'
106
107
108
#-------------------------------------------------------
setup.py
@@ -57,8 +57,8 @@
57
MAJOR = 1
58
MINOR = 6
59
MICRO = 1
60
-ISRELEASED = False
61
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
62
63
# Return the git revision as a string
64
def git_version():
0 commit comments