The release can be approved by merging this pull request into main. This will trigger jobs to publish the release to PyPI and reset develop from main, incrementing the patch version number.
Changelog
Bug fixes
fix(release): Fix conf.py version fmt, fix update_version.py. Committed by w-bonelli on 2022-12-29.
fix(release): Fix changelog commit links (#38). Committed by w-bonelli on 2022-12-29.
fix(license): Remove extra LICENSE file, fix link in LICENSE.md (#39). Committed by w-bonelli on 2022-12-30.
Refactoring
refactor(utilities): Restore get_model_paths function name (#41). Committed by w-bonelli on 2022-12-30.
Release 0.1.1
The release can be approved by merging this pull request into
main
. This will trigger jobs to publish the release to PyPI and resetdevelop
frommain
, incrementing the patch version number.Changelog
Bug fixes
Refactoring