1 parent c6839bc commit 308fcc1Copy full SHA for 308fcc1
2 files changed
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+
3
+## 6.25.2 - Jun 3, 2026
4
+* Adds an --ignore-role-warnings flag to people lint CLI to reduce verbosity
5
6
+## 6.25.1 - May 5, 2026
7
* Fixes a syntax error that caused a bug when POSTing data in http-resilience mode, if
8
supplying headers or other kwargs.
9
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openstates"
-version = "6.25.1"
+version = "6.25.2"
description = "core infrastructure for the openstates project"
authors = ["James Turk <dev@jamesturk.net>"]
license = "MIT"
0 commit comments