diff options
Diffstat (limited to 'doc/HOWTO_RELEASE.rst.txt')
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt index b933cbecd..d6746f4d6 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst.txt @@ -284,11 +284,14 @@ Now, set ``release=True`` in setup.py, then git tag <version> git push origin <version> -Update the version of the trunk -------------------------------- +Update the version of the master branch +--------------------------------------- Increment the release number in setup.py. Release candidates should have "rc1" (or "rc2", "rcN") appended to the X.Y.Z format. +Also create a new version hash in cversions.txt and a corresponding version +define NPY_x_y_API_VERSION in numpyconfig.h + Make the release ---------------- The tar-files and binary releases for distribution should be uploaded to SourceForge, |