Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434ff98 commit d68e595Copy full SHA for d68e595
1 file changed
doc/RELEASE_WALKTHROUGH.rst.txt
@@ -44,7 +44,7 @@ may have been accessed and changed by someone else and a push will fail::
44
$ cd ../numpy-wheels
45
$ git pull origin master
46
$ git branch <new version> # only when starting new numpy version
47
- $ 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
48
49
Edit the ``.travis.yml`` and ``appveyor.yml`` files to make sure they have the
50
correct version, and put in the commit hash for the ``REL`` commit created
0 commit comments