Release checklist - [x] Check outstanding issues on JIRA and Github. - [x] Check [latest documentation](https://python-isal.readthedocs.io/en/latest/) looks fine. - [x] Create a release branch. - [x] Change current development version in `CHANGELOG.rst` to stable version. - [x] Check if the address sanitizer does not find any problems using `tox -e asan` - [x] Merge the release branch into `main`. - [x] Created an annotated tag with the stable version number. Include changes from CHANGELOG.rst. - [x] Push tag to remote. This triggers the wheel/sdist build on github CI. - [x] merge `main` branch back into `develop`. - [x] Build the new tag on readthedocs. Only build the last patch version of each minor version. So `1.1.1` and `1.2.0` but not `1.1.0`, `1.1.1` and `1.2.0`. - [x] Create a new release on github. - [x] Update the package on conda-forge.
Release checklist
CHANGELOG.rstto stable version.tox -e asanmain.from CHANGELOG.rst.
mainbranch back intodevelop.each minor version. So
1.1.1and1.2.0but not1.1.0,1.1.1and1.2.0.