Skip to content

Commit

Permalink
REL: set version to 0.11.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Jul 17, 2012
1 parent 8bd46f4 commit 61e4270
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/release/0.11.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ one patch to this release, names in alphabetical order):
* Maxim Ivanov +
* Thouis (Ray) Jones
* Christopher Kuster +
* Josh Lawrence +
* Denis Laxalde +
* Travis Oliphant
* Joonas Paalasmaa +
Expand Down Expand Up @@ -312,6 +313,6 @@ one patch to this release, names in alphabetical order):
* Mike Wimmer +
* Tony S Yu +

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

2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

# Start/end of the log (from git)
LOG_START = 'v0.10.0'
LOG_END = 'v0.11.0b1'
LOG_END = 'v0.11.0rc1'


#-------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
MINOR = 11
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down
1 change: 1 addition & 0 deletions tools/authors.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
u'Andreas H': u'Andreas Hilboll',
u'honnorat': u'Marc Honnorat',
u'lmwang': u'Liming Wang',
u'wa03': u'Josh Lawrence',
}

def main():
Expand Down

0 comments on commit 61e4270

Please sign in to comment.