summaryrefslogtreecommitdiff
path: root/doc/HOWTO_RELEASE.rst.txt
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2013-02-27 07:39:43 +0100
committerRalf Gommers <ralf.gommers@googlemail.com>2013-03-02 11:22:43 +0100
commit23b87a54f2e51ba107c179e3d5486c0c9375aefd (patch)
tree5e439e1d5d6d7d06ca0e1aa891c2680d22f51aa6 /doc/HOWTO_RELEASE.rst.txt
parent985b2674760176d7ec8d53ecc6a1a4f835a94b15 (diff)
downloadnumpy-23b87a54f2e51ba107c179e3d5486c0c9375aefd.tar.gz
BUG: fix NPY_NO_DEPRECATED_API mechanism.
Diffstat (limited to 'doc/HOWTO_RELEASE.rst.txt')
-rw-r--r--doc/HOWTO_RELEASE.rst.txt7
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,