Changes:
- Replace
search
byparse
in the bumpversion config fordocs/conf.py
to support theversion|release
expression. (#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-pypackage
and re-enabled testing (#115). - Added a Makefile command for running
nb-val
withlax
flags (#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-version
for version management andpre-commit
for 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).