v1.3.1
Release 1.3.1: fix migration 0011 on SQLite Use DROP COLUMN ... CASCADE when swapping MissiveScheduledCampaign.id to UUID so Django 5.0/5.1 + SQLite can drop FK constraints (e.g. Missive.scheduler_id) before the column is removed and recreated later in the same migration. Bump pymissive and django-pymissive to 1.3.1 (aligned versions). Co-authored-by: Cursor <cursoragent@cursor.com>