https://github.com/snowballstem/pystemmer
Raw File
Tip revision: cbe740d525d01ae668ad59354aa75eff2b325f4e authored by Stefano Rivera on 26 November 2023, 19:48:16 UTC
Add Python 3.12 to CI
Tip revision: cbe740d
HACKING
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"
back to top