Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 891 Bytes

RELEASING.md

File metadata and controls

23 lines (16 loc) · 891 Bytes

Release Checklist

pip3 uninstall -y termcolor && pip3 install -U termcolor && python -c "from termcolor import cprint; cprint('done', 'green')"