8000 REL: update Changelog start and end points. · rgommers/numpy@05cc071 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 05cc071

Browse files
author
rgommers
committed
REL: update Changelog start and end points.
1 parent 490a98f commit 05cc071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pavement.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@
142142
MAKENSIS = ["wine", "makensis"]
143143

144144
# Start/end of the log (from git)
145-
LOG_START = 'svn/tags/1.3.0'
146-
LOG_END = '1.4.x'
145+
LOG_START = 'svn/tags/1.4.0'
146+
LOG_END = 'svn/1.4.x'
147147
RELEASE_NOTES = 'doc/release/1.4.1-notes.rst'
148148

149149
#-------------------

0 commit comments

Comments
 (0)
0