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 bc51628 commit e1c2900Copy full SHA for e1c2900
pavement.py
@@ -41,7 +41,7 @@
41
#-----------------------------------
42
43
# Path to the release notes
44
-RELEASE_NOTES = 'doc/release/1.18.0-notes.rst'
+RELEASE_NOTES = 'doc/source/release/1.18.0-notes.rst'
45
46
47
#-------------------------------------------------------
setup.py
@@ -58,8 +58,8 @@
58
MAJOR = 1
59
MINOR = 18
60
MICRO = 0
61
-ISRELEASED = False
62
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
63
64
65
# Return the git revision as a string
0 commit comments