Remember to generate docs when releasing. Also update version in setup.py.

This commit is contained in:
Stefan van der Walt
2009-10-09 07:55:26 +02:00
parent 70cbc2b71e
commit edc0d55a41
+3
View File
@@ -2,6 +2,7 @@ How to make a new release of ``scikits.image``
==============================================
- Update the version number in setup.py and commit
- Update the docs, using the "push_github" script
- Add the version number as a tag in git::
git tag v0.1
@@ -14,3 +15,5 @@ How to make a new release of ``scikits.image``
python setup.py register
- Increase the version number in the setup.py file to ``0.2dev``.