-
Update version in pdvega/init.py to, e.g. 0.2
-
Update version in doc/conf.py (in two places!)
-
Make sure CHANGES.md is up to date for the release
-
Commit change and push to master
git add . -u git commit -m "MAINT: bump version to 0.2" git push origin master
-
Tag the release:
git tag -a v0.2 -m "version 0.2 release" git push origin v0.2
-
publish to PyPI (Requires correct PyPI owner permissions)
python setup.py sdist upload
-
Build and push the docs website:
python setup.py install cd doc bash sync_website.sh
-
update version in pdvega/init.py to, e.g. 0.3.0dev0
-
update version in doc/conf.py (in two places!)
-
add a new changelog entry for the unreleased version
-
Commit change and push to master
git add . -u git commit -m "MAINT: bump version to 0.3.0dev" git push origin master
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.