What's Changed
This version fixes issue with wrong dependency notation resulting with Django ^4.0 installation. Detailed changes:
- fixed notation for poetry dependencies `Django` and `django-stubs`
- moved `pytest-cov` and `django-stubs` to dev dependencies as they are not necessary for the regular use of the library
PRs:
* Fix dependencies list to support Django 5+ by ivellios in https://github.com/ivellios/django-unified-signals/pull/12
* Bumped the package version number by ivellios in https://github.com/ivellios/django-unified-signals/pull/13
**Full Changelog**: https://github.com/ivellios/django-unified-signals/compare/0.2.0...0.2.1