Releases: ivellios/celery-signal-receivers
Releases · ivellios/celery-signal-receivers
0.2.1
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
anddjango-stubs
- moved
pytest-cov
anddjango-stubs
to dev dependencies as they are not necessary for the regular use of the library - updated
django-unified-signals
dependency
PRs
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Added support for Django ^5.0 by @DmytroLitvinov in #2 (thank you!)
- Added support for Python 3.12
- Updated dependencies
New Contributors
- @DmytroLitvinov made their first contribution in #2
Full Changelog: 0.1.0...0.2.0