Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1008 Bytes

RELEASING.md

File metadata and controls

29 lines (21 loc) · 1008 Bytes

Release checklist

Jazzband guidelines: https://jazzband.co/about/releases

pip uninstall -y prettytable
pip install -U prettytable
python3 -c "import prettytable; print(prettytable.__version__)"