Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 039ceba

Browse files
author
Ralf Gommers
committed
REL: release Numpy 1.6.0
1 parent 1e85f6f commit 039ceba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0rc3'
105+
LOG_END = 'v1.6.0'
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.%drc3' % (MAJOR, MINOR, MICRO)
61+
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
6262

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

0 commit comments

Comments
 (0)