Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61e4270

Browse files
author
Ralf Gommers
committed
REL: set version to 0.11.0rc1
1 parent 8bd46f4 commit 61e4270

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

doc/release/0.11.0-notes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ one patch to this release, names in alphabetical order):
284284
* Maxim Ivanov +
285285
* Thouis (Ray) Jones
286286
* Christopher Kuster +
287+
* Josh Lawrence +
287288
* Denis Laxalde +
288289
* Travis Oliphant
289290
* Joonas Paalasmaa +
@@ -312,6 +313,6 @@ one patch to this release, names in alphabetical order):
312313
* Mike Wimmer +
313314
* Tony S Yu +
314315

315-
A total of 54 people contributed to this release.
316+
A total of 55 people contributed to this release.
316317
People with a "+" by their names contributed a patch for the first time.
317318

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
# Start/end of the log (from git)
118118
LOG_START = 'v0.10.0'
119-
LOG_END = 'v0.11.0b1'
119+
LOG_END = 'v0.11.0rc1'
120120

121121

122122
#-------------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
MINOR = 11
5050
MICRO = 0
5151
ISRELEASED = True
52-
VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
52+
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
5353

5454

5555
# Return the git revision as a string

tools/authors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
u'Andreas H': u'Andreas Hilboll',
4848
u'honnorat': u'Marc Honnorat',
4949
u'lmwang': u'Liming Wang',
50+
u'wa03': u'Josh Lawrence',
5051
}
5152

5253
def main():

0 commit comments

Comments
 (0)