v4.0.0
What's Changed
- Updated CHANGES for v3.0.0 by @clintonb in #465
- Add python_requires and install_requires to help pip by @gopackgo90 in #466
- fix: Reduce linting issues by @adamantike in #468
- Use admin action decorator by @adamantike in #467
- misc: Add initial support for Mypy checks by @adamantike in #469
- misc: Add initial type hints by @adamantike in #470
- misc: Distribute and package type information by @adamantike in #472
- misc: Add more type hints by @adamantike in #471
- user.rst: Fix typos by @cclauss in #473
- Typos: codespell --skip="*.po" -w by @cclauss in #478
- from future import annotations by @cclauss in #477
- mock was moved into the Python Standard Library by @cclauss in #476
- Migrate metadata from setup.py and setup.cfg to pyproject.toml by @cclauss in #475
- Dropped support for Python 3.7 by @clintonb in #487
- Django 4.2.0 and Python 3.11 compatibility by @bennylope in #484
New Contributors
- @adamantike made their first contribution in #468
- @cclauss made their first contribution in #473
- @bennylope made their first contribution in #484
Full Changelog: v3.0.0...v4.0.0