We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1117ebf commit 91118b3Copy full SHA for 91118b3
pavement.py
@@ -41,7 +41,7 @@
41
#-----------------------------------
42
43
# Path to the release notes
44
-RELEASE_NOTES = 'doc/source/release/1.18.0-notes.rst'
+RELEASE_NOTES = 'doc/source/release/1.18.1-notes.rst'
45
46
47
#-------------------------------------------------------
setup.py
@@ -59,7 +59,7 @@
59
MAJOR = 1
60
MINOR = 18
61
MICRO = 1
62
-ISRELEASED = False
+ISRELEASED = True
63
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
64
65
0 commit comments