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 311d937 commit c04513cCopy full SHA for c04513c
pavement.py
@@ -99,10 +99,10 @@
99
#-----------------------------------
100
101
# Source of the release notes
102
-RELEASE_NOTES = 'doc/release/1.9.1-notes.rst'
+RELEASE_NOTES = 'doc/release/1.9.2-notes.rst'
103
104
# Start/end of the log (from git)
105
-LOG_START = 'v1.9.0'
+LOG_START = 'v1.9.1'
106
LOG_END = 'maintenance/1.9.x'
107
108
setup.py
@@ -50,8 +50,8 @@
50
MAJOR = 1
51
MINOR = 9
52
MICRO = 2
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