v0.4.1
Patch release v0.4.1
This is a minor patch release to add support for Django 4 which no longer supports the old-style URL mapping configuration that was being used in v0.4.0. In addition, a couple of other minor fixes have been rolled into this release.
Changes:
- Adds Django 4 support by fixing use of old URL mapping that is no longer supported in Django 4 (#66, #67, #69)
- Typo fix in docs (#65)
Development-related updates:
- Fixed actions testing configuration (inc. #68)