-
Do a release of schemapi if necessary
-
Update version in altair/init.py to, e.g. 1.2.0
-
Commit change and push to master
git add altair -u git commit -m "MAINT: bump version to 1.2.0" git push origin master
-
Tag the release:
git tag -a v1.2.0 -m "version 1.3.0 release" git push origin v1.2.0
-
publish to PyPI (Requires correct PyPI owner permissions)
python setup.py sdist upload
-
update version in altair/init.py to, e.g. 1.3.0dev
-
Commit change and push to master
git add altair -u git commit -m "MAINT: bump version to 1.3.0dev" git push origin master
-
Update recipe on conda-forge/altair-feedstock