1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Release checklist
=================
* Update ChangeLog to describe what's changed.
* Increase the version number.
* Check that version string in setup.py matches that in Stemmer.pyx
* Remove MANIFEST, to ensure that an up-to-date version is generated.
* Run ./makedist.sh to build and test package.
* Copy generated package to website, in wrappers subdirectory.
* Update the following pages to point to the latest package:
* download.php
* wrappers/guide.html
* Update the package entry on PyPI, using "python setup.py register"
|