10000 REL: set version to 1.6.0rc3. · numpy-buildbot/numpy@1e85f6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e85f6f

Browse files
author
Ralf Gommers
committed
REL: set version to 1.6.0rc3.
1 parent afc9584 commit 1e85f6f

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

doc/release/1.6.0-notes.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Note: NumPy 1.6.0 is not yet released.
2-
3-
41
=========================
52
NumPy 1.6.0 Release Notes
63
=========================
@@ -93,9 +90,6 @@ not match the ufunc implementation.
9390
Changes
9491
=======
9592

96-
Changes and improvements in the numpy core
97-
------------------------------------------
98-
9993
``default error handling``
10094
--------------------------
10195

pavement.py

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

103103
# Start/end of the log (from git)
104104
LOG_START = 'v1.5.0'
105-
LOG_END = 'v1.6.0rc2'
105+
LOG_END = 'v1.6.0rc3'
106106

107107

108108
#-------------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
MINOR = 6
5959
MICRO = 0
6060
ISRELEASED = True
61-
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
61+
VERSION = '%d.%d.%drc3' % (MAJOR, MINOR, MICRO)
6262

6363
# Return the git revision as a string
6464
def git_version():

0 commit comments

Comments
 (0)
0