8000 Release 1.7.0b1 · ewmoore/numpy@50366a2 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 50366a2

Browse files
committed
Release 1.7.0b1
1 parent e022a61 commit 50366a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.6.0'
105-
LOG_END = 'master'
105+
LOG_END = 'maintenance/1.7.x'
106106

107107

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
MAJOR = 1
5858
MINOR = 7
5959
MICRO = 0
60-
ISRELEASED = False
61-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
60+
ISRELEASED = True
61+
VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
6262

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

0 commit comments

Comments
 (0)
0