8000
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 e022a61 commit 50366a2Copy full SHA for 50366a2
pavement.py
@@ -102,7 +102,7 @@
102
103
# Start/end of the log (from git)
104
LOG_START = 'v1.6.0'
105
-LOG_END = 'master'
+LOG_END = 'maintenance/1.7.x'
106
107
108
#-------------------------------------------------------
setup.py
@@ -57,8 +57,8 @@
57
MAJOR = 1
58
MINOR = 7
59
MICRO = 0
60
-ISRELEASED = False
61
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
62
63
# Return the git revision as a string
64
def git_version():
0 commit comments