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 634f45c commit 2886c7fCopy full SHA for 2886c7f
pavement.py
@@ -73,7 +73,7 @@
73
74
# Start/end of the log (from git)
75
LOG_START = 'v1.5.0'
76
-LOG_END = 'master'
+LOG_END = 'maintenance/1.6.x'
77
78
79
#-------------------------------------------------------
setup.py
@@ -56,8 +56,8 @@
56
MAJOR = 1
57
MINOR = 6
58
MICRO = 0
59
-ISRELEASED = False
60
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
61
62
63
# Return the git revision as a string
0 commit comments