release v2.4.0
Release
v2.4.0
checklist
- Create Release Issue
-
Create merge request: branch
release_v2.4.0
intomaster
-
Merge
develop
intorelease_v2.4.0
-
Checkout
release_v2.4.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.4.0-py3-none-any.whl
to git -
Update file link
distribution file (current version)
inREADME.md
-
Update file link in
docs/_source/installation.rst
- Commit + push
-
Merge
release_v2.4.0
intomaster
-
Create new tag with
- distribution file (.whl)
- link to Documentation
- Example Jupyter Notebook
- changelog
template for changelog
## v2.4.0 - 2023-06-30- <release description>
### general:
* text
### new features:
* words (issue)
### technical:
*