* Confirm Django 5.0, 5.1, and 5.2 support. * Confirm Python 3.12 and 3.13 support. * Drop support for Python 3.7. * Drop support for Django < 4.2.
0.7.1
++++++++++++++++++
* Update setup.cfg to rename deprecated licence_file param
0.7.0
++++++++++++++++++
* Add IPv6 support - thanks rissson! * Add Django 4.2 to CI; freshen up CI config
0.6.0
++++++++++++++++++
* Drop dev-related dependencies (incl vulnerable version of wheel, which was not installed in general use) * Remove redundant code from setup.py now we're auto-publishing via Github * Update testing matrix: Drop Python 3.6; add Python 3.11; add Django 4.1
0.5.0
++++++++++++++++++
* Replace the netaddr dependency with Python 3's ipaddress - thanks n1ngu! * Update GH actions to release to PyPI
0.4.1
++++++++++++++++++
* Use packaging.version to avoid distutils deprecated module - thanks adamantike!