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 060aed9 commit c7ad14fCopy full SHA for c7ad14f
pavement.py
@@ -98,10 +98,10 @@
98
#-----------------------------------
99
100
# Source of the release notes
101
-RELEASE_NOTES = 'doc/release/1.8.1-notes.rst'
+RELEASE_NOTES = 'doc/release/1.8.2-notes.rst'
102
103
# Start/end of the log (from git)
104
-LOG_START = 'v1.8.0'
+LOG_START = 'v1.8.1'
105
LOG_END = 'maintenance/1.8.x'
106
107
setup.py
@@ -50,7 +50,7 @@
50
MAJOR = 1
51
MINOR = 8
52
MICRO = 2
53
-ISRELEASED = False
+ISRELEASED = True
54
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
55
56
0 commit comments