Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 790 Bytes

RELEASE.md

File metadata and controls

15 lines (13 loc) · 790 Bytes
  • To release a new version of proteus Update proteus/init.py (remove '.dev0' and increment version) Update setup.py (remove 'dev0' and increment version) Update doc/source/_templates/layout.html (added line for new release in pull down, set to default download to current release) rebuild docs and check docs cd .. git clone https://github.com/erdc-cm/proteus proteus-website -b gh-pages cd proteus make doc When you are satisified with both the current proteus commit and the docs commit and push proteus, and tag the release through the github releases site. Then commit the proteus-website gh-pages branch to publish the documentation on proteustoolkit.org

  • Switch back to dev

Update proteus/init.py (add '.dev0' to version) Update setup.py (add '.dev0' to version)