Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 864 Bytes

RELEASING.md

File metadata and controls

25 lines (18 loc) · 864 Bytes

Release checklist

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