Thanks to visit codestin.com Credit goes to github.com
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 afda335 commit f769c64Copy full SHA for f769c64
pavement.py
@@ -99,10 +99,10 @@
99
#-----------------------------------
100
101
# Source of the release notes
102
-RELEASE_NOTES = 'doc/release/1.10.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.10.1-notes.rst'
103
104
# Start/end of the log (from git)
105
-LOG_START = 'v1.9.0'
+LOG_START = 'v1.10.0'
106
LOG_END = 'maintenance/1.10.x'
107
108
setup.py
@@ -57,8 +57,8 @@
57
58
MAJOR = 1
59
MINOR = 10
60
-MICRO = 0
61
-ISRELEASED = False
+MICRO = 1
+ISRELEASED = True
62
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
63
64
0 commit comments