- Decide on a relase date (Ben and Sylvia)
- merge development to master: (Ben)
- [ ] git commit
- [ ] git checkout master
- [ ] git merge staged-release
- [ ] git tag -a <version> -m ‘<description>’
- [ ] git push
- [ ] git push origin –tags
- [ ] build and push documentation
- [ ] git checkout dev
- [ ] git merge masterstage the release:
- [X] git checkout staged-release
- [ ] run python docstring tests (Ben)
- [ ] run unit tests (Ben)
- [ ] write release notes (Ben)
- [ ] write the release announcement (Sylvia, Ben, Cecelia)
- update documents:
- [ ] CoG page
- [ ] Upload test report: http://www.earthsystemcog.org/projects/openclimategis/supportedplatforms (Ben)
- [ ] Update releases: http://www.earthsystemcog.org/projects/openclimategis/download (Sylvia and Ben)
- [ ] CoG page
- update ocgis_info mailing list (if necessary) (Ben)
- update version number in:
- [x] setup.py
- [x] ocgis.__init__
- update links
- [ ] update link in install.rst (update the documentation)
- put -trunk back in version numbers:
- [ ] setup.py
- [ ] ocgis.__init__
- finalize:
- [ ] have silverio update link on the download registration page