8000 REL: NumPy 1.14.3 release · r-devulap/numpy@7329982 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7329982

Browse files
committed
REL: NumPy 1.14.3 release
1 parent 5c20a5a commit 7329982

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pavement.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@
9595
#-----------------------------------
9696

9797
# Source of the release notes
98-
RELEASE_NOTES = 'doc/release/1.14.0-notes.rst'
98+
RELEASE_NOTES = 'doc/release/1.14.3-notes.rst'
9999

100100
# Start/end of the log (from git)
101-
LOG_START = 'maintenance/1.13.x'
102-
LOG_END = 'master'
101+
LOG_START = 'v1.14.2'
102+
LOG_END = 'v1.14.3'
103103

104104

105105
#-------------------------------------------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363

6464
MAJOR = 1
6565
MINOR = 14
66-
MICRO = 0
67-
ISRELEASED = False
66+
MICRO = 3
4B25 67+
ISRELEASED = True
6868
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
6969

7070

0 commit comments

Comments
 (0)
0