Skip to content

release v2.0.0

Release

v2.0.0

checklist

  • Create Release Issue
  • Create merge request: branch release_v2.0.0 into master
  • Merge develop into release_v2.0.0
  • Checkout release_v2.0.0
  • Adjust changelog.md (see template for changelog)
  • Update version number in mlair/__ init__.py
  • Create new dist file: python3 setup.py sdist bdist_wheel
  • Add new dist file mlair-2.0.0-py3-none-any.whl to git
  • Update file link distribution file (current version) in README.md
  • Update file link in docs/_source/installation.rst
  • Commit + push
  • Merge release_vX.Y.Z into master
  • Create new tag with
    • distribution file (.whl)
    • link to Documentation
    • Example Jupyter Notebook
    • changelog

template for changelog

## vX.Y.Z -  yyyy-mm-dd  - <release description>

### general:
* text
### new features:
* words (issue)
### technical:
*
Edited by Ghost User