From edc0d55a4130638211752ca477c118f8d63194e5 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 9 Oct 2009 07:55:26 +0200 Subject: [PATCH] Remember to generate docs when releasing. Also update version in setup.py. --- RELEASE.txt | 3 +++ 1 file changed, 3 insertions(+) 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``. +