diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-01-30 13:50:57 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2021-01-30 18:55:06 -0700 |
commit | 3b6414c60ae869affdee4fb0bee2ec7b6a602efc (patch) | |
tree | 233a28a48d6c621f0c42b913f7ab5211db5cf6a5 /doc/RELEASE_WALKTHROUGH.rst.txt | |
parent | 5de64de6dbdf89b1bd8828c59393c4239364755a (diff) | |
download | numpy-3b6414c60ae869affdee4fb0bee2ec7b6a602efc.tar.gz |
REL: Update master after 1.20.0 release.
Diffstat (limited to 'doc/RELEASE_WALKTHROUGH.rst.txt')
-rw-r--r-- | doc/RELEASE_WALKTHROUGH.rst.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/RELEASE_WALKTHROUGH.rst.txt b/doc/RELEASE_WALKTHROUGH.rst.txt index 733f681af..1d3f54edf 100644 --- a/doc/RELEASE_WALKTHROUGH.rst.txt +++ b/doc/RELEASE_WALKTHROUGH.rst.txt @@ -252,6 +252,10 @@ work:: $ firefox doc/build/merge/index.html +Update the stable link:: + + $ ln -sfn 1.19 stable + Once everything seems satisfactory, commit and upload the changes:: $ pushd doc/build/merge |