Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

v1.13.1

Choose a tag to compare

@joeyorlando joeyorlando released this 20 Nov 22:24
· 245 commits to main since this release
7c00c18

What's Changed

Other Changes

  • fix: remove notification failure policy log record when prevent posting is set by @mderynck in #5260
  • Fix issue with DST starting/ending causing overlaps/gaps by @zackman0010 in #5266

New Contributors

Full Changelog: v1.13.0...v1.13.1

NOTE

If you explicitly upgraded to v1.13.0 and are now seeing one (or more) Django migration errors, please simply run the following:

python manage.py migrate --fake

(see #5277 for more context)