diff --git a/CHANGELOG.md b/CHANGELOG.md index 9529c41..114ba40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CyFi changelog +### v1.1.3 - 2024-01-19 + +- Log error and exit gracefully when there is no valid satellite imagery for any point ([PR #136](https://github.com/drivendataorg/cyfi/pull/136)) + ### v1.1.2 - 2024-01-05 - Clean up runtime requirements ([PR #133](https://github.com/drivendataorg/cyfi/pull/133)) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 9529c41..114ba40 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,5 +1,9 @@ # CyFi changelog +### v1.1.3 - 2024-01-19 + +- Log error and exit gracefully when there is no valid satellite imagery for any point ([PR #136](https://github.com/drivendataorg/cyfi/pull/136)) + ### v1.1.2 - 2024-01-05 - Clean up runtime requirements ([PR #133](https://github.com/drivendataorg/cyfi/pull/133)) diff --git a/pyproject.toml b/pyproject.toml index b151c7b..6e6f2eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "cyfi" -version = "1.1.2" +version = "1.1.3" authors = [ {name = "DrivenData", email = "info@drivendata.org"} ]