- Adjust version specifiers for newer Python and other package versions. Set package minimum Python version to 3.7. Relax ``django-ipware`` version requirements to allow newer versions. [aleksihakli]
5.30.0
-------------------
- Fix package build error in 5.29.0 to allow publishing. [aleksihakli]
5.29.0
-------------------
- Drop Python 3.6 support. [aleksihakli]
5.28.0
-------------------
- Drop Django < 3.2 support. [hramezani] - Add Django 4.0 to test matrix. [hramezani]
5.27.0
-------------------
- Fix ``pkg_resources`` missing for package version resolution on runtime due to ``setuptools`` not being a runtime dependency. [asherf] - Add Python 3.10 and Django 3.2 support. [hramezani]
5.26.0
-------------------
- Fix ``AXES_USERNAME_CALLABLE`` not receiving ``credentials`` attribute in Axes middleware lockout response when user is locked out. [rootart]