Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 475 Bytes

how_to_release.md

File metadata and controls

8 lines (7 loc) · 475 Bytes

For developers only:

  • add new version in CHANGELOG.md
  • adjust version in README.md at Getting started
  • adjust version in setup.cfg and commit 0.0.3 and git push
  • add tag for new version number git tag 0.0.3 and git push --tags
  • merge dev branch into master
  • execute ./upload_to_pypi.sh from master (this needs to happen from the commit that is tagged with the new version number - otherwise the version number will be something like 0.0.3.post0)