v1.0.0
Changes:
- Replace
searchbyparsein the bumpversion config fordocs/conf.pyto support theversion|releaseexpression. (#107, #108). - Dropped Travis CI and migrated to using GitHub Actions for CI/CD (#112).
- Updated PyWPS to 4.5.0 (#112).
- Ported upstream changes from
cookiecutter-pypackageand re-enabled testing (#115). - Added a Makefile command for running
nb-valwithlaxflags (#116). - Updated the package metadata to reflect the current state of the project (#117).
- Dropped support for Python2 as well as Python3.8 and below (#120).
- Top-level documentation has been updated to reflect the changes in the project (#120).
- Now using
bump-my-versionfor version management andpre-commitfor code formatting (#120). - Projects now use a
src-based directory structure (#120). - Both the top-level package and rendered templates are now PEP 517 and PEP 621 compliant (
pyproject.toml) (#120).