summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-11-16 10:02:13 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-11-16 10:02:13 +0000
commit71c4ff95ca381756cda98bcbb0ac7f11c212d600 (patch)
tree970d3f9e8be512591a874d72e00dcfdfb7985af5 /pavement.py
parent09a0a0a29b65376d1fa0a2498ef62d7d8e016c8c (diff)
downloadnumpy-71c4ff95ca381756cda98bcbb0ac7f11c212d600.tar.gz
ENH: update version for paver script.
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pavement.py b/pavement.py
index da982b022..3b8d01228 100644
--- a/pavement.py
+++ b/pavement.py
@@ -104,10 +104,10 @@ DOC_BLD = DOC_ROOT / "build"
DOC_BLD_LATEX = DOC_BLD / "latex"
# Source of the release notes
-RELEASE = 'doc/release/1.3.0-notes.rst'
+RELEASE = 'doc/release/1.4.0-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'tags/1.2.0'
+LOG_START = 'svn/tags/1.3.0'
LOG_END = 'master'
# Virtualenv bootstrap stuff