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 f816b0a commit 23f8dcfCopy full SHA for 23f8dcf
pavement.py
@@ -98,10 +98,10 @@
98
#-----------------------------------
99
100
# Source of the release notes
101
-RELEASE_NOTES = 'doc/release/1.8.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.8.1-notes.rst'
102
103
# Start/end of the log (from git)
104
-LOG_START = 'v1.7.0'
+LOG_START = 'v1.8.0'
105
LOG_END = 'maintenance/1.8.x'
106
107
setup.py
@@ -49,9 +49,9 @@
49
50
MAJOR = 1
51
MINOR = 8
52
-MICRO = 0
53
-ISRELEASED = False
54
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+MICRO = 1
+ISRELEASED = True
+VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
55
56
57
# Return the git revision as a string
0 commit comments