Skip to content

Commit

Permalink
REL: set version to 1.6.0rc3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed May 7, 2011
1 parent afc9584 commit 1e85f6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions doc/release/1.6.0-notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
Note: NumPy 1.6.0 is not yet released.


=========================
NumPy 1.6.0 Release Notes
=========================
Expand Down Expand Up @@ -93,9 +90,6 @@ not match the ufunc implementation.
Changes
=======

Changes and improvements in the numpy core
------------------------------------------

``default error handling``
--------------------------

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

# Start/end of the log (from git)
LOG_START = 'v1.5.0'
LOG_END = 'v1.6.0rc2'
LOG_END = 'v1.6.0rc3'


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

# Return the git revision as a string
def git_version():
Expand Down

0 comments on commit 1e85f6f

Please sign in to comment.