New features in this release:
- We now use Bulma v0.9.0 (thanks JonasUJ!).
- New option for BULMA_SETTINGS: `output_style`. This allows you to configure how you want the generated CSS files to look, and includes an option to compress them to minimize their filesize. (Thanks JonasUJ!)
- We've moved our CI from Azure DevOps to GitHub Actions.
- The new CI includes linting of all Pull Requests with `flake8`, and a set of flake8 plugins.
The changes to the CI should ensure releases will be easier in the future. All we need to do to release to PyPI now is to create a release here on GitHub. This will also ensure these GitHub releases will contain more relevant information than they did before.