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 c179406 commit 3bf8706Copy full SHA for 3bf8706
pavement.py
@@ -98,10 +98,10 @@
98
#-----------------------------------
99
100
# Source of the release notes
101
-RELEASE_NOTES = 'doc/release/1.7.1-notes.rst'
+RELEASE_NOTES = 'doc/release/1.7.2-notes.rst'
102
103
# Start/end of the log (from git)
104
-LOG_START = 'v1.7.0'
+LOG_START = 'v1.7.1'
105
LOG_END = 'maintenance/1.7.x'
106
107
setup.py
@@ -57,8 +57,8 @@
57
MAJOR = 1
58
MINOR = 7
59
MICRO = 2
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