Skip to content

Releases: ivellios/celery-signal-receivers

0.2.1

10 Oct 17:40
577a636
Compare
Choose a tag to compare

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
  • updated django-unified-signals dependency

PRs

  • Fixing Django 5.0+ not being recognized as a compatible version by @ivellios in #4

Full Changelog: 0.2.0...0.2.1

0.2.0

07 Oct 20:20
80ce506
Compare
Choose a tag to compare

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

Full Changelog: 0.1.0...0.2.0

0.1.0

22 Sep 09:57
36d7180
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/ivellios/celery-signal-receivers/commits/0.1.0