Added
- Added badges to readme
- Added `__version__` to `minchoc` module
Changed
- Switched to [django-stubs](https://github.com/typeddjango/django-stubs)
- Updated all typing to work with Mypy + django-stubs
- Pyright (and Pylance in VS Code) errors are ignored
- Upgraded dependencies
- Now requires `django^5.0.0`
- Make use of [Cruft](https://cruft.github.io/cruft/)
- Updated project cruft
- Fixed all issues reported by Ruff since cruft update
- Synchronised [documentation](https://minchoc.readthedocs.io/en/latest/#minchoc) with the readme
- Changed documentation theme
Removed
- Dropped Python 3.10 support