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