diff --git a/CHANGELOG.md b/CHANGELOG.md index e09024bb..9e7f2a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.17.9 - October 26, 2023 + +* allow postimport hook to be skipped in os-update command + ## 6.17.8 - October 16, 2023 * set application_name for better performance monitoring diff --git a/pyproject.toml b/pyproject.toml index b1fbc0ba..c7e2622a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openstates" -version = "6.17.8" +version = "6.17.9" description = "core infrastructure for the openstates project" authors = ["James Turk "] license = "MIT"