- fixed typo in django requirement -> 5.1 is not yet tested
4.0.0
===================
- adjusted testing environment - require minimum django 3.0 (older version are not tested) - added support for django v5.0 - removed support for python 3.6 - 3.8 (may work, but not tested anymore)
3.0.2
===================
- added `AppConfig.default_auto_field` to lock ID-fields in order to avoid migrations if projects use a different field in their settings
3.0.1
===================
- added missing migration due to updated `holidays` version - fixed `holidays` on version `0.18` -> newer versions may result in new migrations which may be problematic if this app is integrated as a third-party-app
3.0.0
===================
- updated the testing environment - dropped django<3.0 support - added support for django 4.0 and 4.1 - enabled newer versions for `holidays` dependency