diff --git a/RELEASE.txt b/RELEASE.txt index a3202d07..607b3853 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -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``. +