vim release.txt HISTORY.rst
git flow release start
vim setup.cfg cast/__init__.py pyproject.toml
git add .
git commit -m "bump version number"
git flow release finish
make release
git tag -a 0.1.28 -m "version 0.1.28"
git push --tags

git checkout master
git push

git checkout develop
