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
Expand Up @@ -284,6 +284,7 @@ one patch to this release, names in alphabetical order):
* Maxim Ivanov + * Maxim Ivanov +
* Thouis (Ray) Jones * Thouis (Ray) Jones
* Christopher Kuster + * Christopher Kuster +
* Josh Lawrence +
* Denis Laxalde + * Denis Laxalde +
* Travis Oliphant * Travis Oliphant
* Joonas Paalasmaa + * Joonas Paalasmaa +
Expand Down Expand Up @@ -312,6 +313,6 @@ one patch to this release, names in alphabetical order):
* Mike Wimmer + * Mike Wimmer +
* Tony S Yu + * 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. People with a "+" by their names contributed a patch for the first time.


2 changes: 1 addition & 1 deletion pavement.py
Expand Up @@ -116,7 +116,7 @@


# Start/end of the log (from git) # Start/end of the log (from git)
LOG_START = 'v0.10.0' 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
Expand Up @@ -49,7 +49,7 @@
MINOR = 11 MINOR = 11
MICRO = 0 MICRO = 0
ISRELEASED = True ISRELEASED = True
VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO) VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)




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


def main(): def main():
Expand Down

0 comments on commit 61e4270

Please sign in to comment.