From 4d14b38b3afc1beaf574b803281347dbc3404bea Mon Sep 17 00:00:00 2001 From: skishchampi <996985+skishchampi@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:37:30 -0400 Subject: [PATCH] chore: 0.15.0 The changelog entry gets its number and its date. `pyproject.toml` already reads 0.15.0 and no tag exists. Two entries move published numbers. The bills probe must be re-run, because `assent_date` was not ISO. And the floor moves to Python 3.11, so an install on 3.10 now fails. --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee09f7..a98c0bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## Unreleased +## 0.15.0 — 2026-08-18 + +**Two of these change published numbers. Re-run the bills probe, and read the +Python floor before you upgrade.** + ### Changed — the minimum Python is now 3.11