summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-05-04 19:42:31 -0600
committerGitHub <noreply@github.com>2018-05-04 19:42:31 -0600
commitd68e5953e79b7432b503acb808b5bb97ca68724e (patch)
treeb8b7e4fc12e64a64644c08eabc32fbc5b5093213
parent434ff98a8e927aef59c2f07b03cbf01200509d25 (diff)
downloadnumpy-release_walkthrough_1.14.3notes.tar.gz
MAINT: Change 1.14.1 reference to 1.14.3release_walkthrough_1.14.3notes
[ci skip]
-rw-r--r--doc/RELEASE_WALKTHROUGH.rst.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/RELEASE_WALKTHROUGH.rst.txt b/doc/RELEASE_WALKTHROUGH.rst.txt
index 6bedcbab6..9a2b71d7e 100644
--- a/doc/RELEASE_WALKTHROUGH.rst.txt
+++ b/doc/RELEASE_WALKTHROUGH.rst.txt
@@ -44,7 +44,7 @@ may have been accessed and changed by someone else and a push will fail::
$ cd ../numpy-wheels
$ git pull origin master
$ git branch <new version> # only when starting new numpy version
- $ git checkout v1.14.x # v1.14.x already existed for the 1.14.1 release
+ $ git checkout v1.14.x # v1.14.x already existed for the 1.14.3 release
Edit the ``.travis.yml`` and ``appveyor.yml`` files to make sure they have the
correct version, and put in the commit hash for the ``REL`` commit created