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

Skip to content

Commit ceba67b

Browse files
author
Ralf Gommers
committed
REL: set version to 1.6.0rc2.
1 parent 99512f7 commit ceba67b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0rc1'
105+
LOG_END = 'v1.6.0rc2'
106106

107107

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

setup.py

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

6363
# Return the git revision as a string

0 commit comments

Comments
 (0)
0