Update the release process
Update WHATSNEW
Update the version number and date in:
Update AUTHORS:
git log --pretty=format:%an | sort -u
Commit the changes
Tag the commit:
git tag -a vx.y
e.g. v1.5
Run:
./maketarball.sh TAG
Push everything to pyblosxom.
git push –tags origin master
Build the docs:
cd docs/
make html
Write release blog entry
Push docs, tarball and blog entry to website.
Push website changes to pyblosxom-web repository.
Update PYPI using the release tarball:
tar -xzvf pyblosxom-x.y.tar.gz
cd pyblosxom-x.y
python setup.py sdist upload
Send email to pyblosxom-users and pyblosxom-devel.
Update version numbers to next version + .dev.