From d2e66b84ce3bfe6cdff35a56f7485f0b91007ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Luk=C5=A1i=C4=8D?= <31988337+zigaLuksic@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:08:54 +0200 Subject: [PATCH] Prepare release (#351) * update necessary files * update files --- .pre-commit-config.yaml | 2 +- CHANGELOG.md | 5 +++++ eogrow/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b3b8201..5d1e3263 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: language_version: python3 - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.4.4" + rev: "v0.4.9" hooks: - id: ruff diff --git a/CHANGELOG.md b/CHANGELOG.md index e00305f2..857b1313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [Version 1.7.11] - 2024-06-19 + +- `BatchDownloadPipeline` retries if the first connection to batch-id specific endpoints fails with a 404. + + ## [Version 1.7.10] - 2024-05-13 - Minor changes to documentation. diff --git a/eogrow/__init__.py b/eogrow/__init__.py index be0f4915..d0fe65bd 100644 --- a/eogrow/__init__.py +++ b/eogrow/__init__.py @@ -1,3 +1,3 @@ """The main module of the eo-grow package.""" -__version__ = "1.7.10" +__version__ = "1.7.11"