From 064068874dc071593271f191fb2751cd59ba1b19 Mon Sep 17 00:00:00 2001 From: Jesse Mortenson Date: Fri, 22 Nov 2024 15:19:26 -0600 Subject: [PATCH] Release 6.12.12 --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5288de..5d3688b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Changelog -## 6.20.11 - Nov 22, 2024 +## 6.20.12 - Nov 22, 2024 * Use transformers to trim incoming strings at import that are too long for DB columns: * Bill: document note, version note * Event: media note +## 6.20.11 - Nov 15, 2024 + +* This release was yanked. It involved a database migration that operationally failed, + and was reverted. + ## 6.20.10 - Nov 7, 2024 * Add additional log info re: archiving scrape files to cloud storage diff --git a/pyproject.toml b/pyproject.toml index 7f5571f4..d843ac48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openstates" -version = "6.20.11" +version = "6.20.12" description = "core infrastructure for the openstates project" authors = ["James Turk "] license = "MIT"