Skip to content

Commit

Permalink
Prepare release (#351)
Browse files Browse the repository at this point in the history
* update necessary files

* update files
  • Loading branch information
zigaLuksic committed Jun 19, 2024
1 parent 46a9d94 commit d2e66b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion eogrow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The main module of the eo-grow package."""

__version__ = "1.7.10"
__version__ = "1.7.11"

0 comments on commit d2e66b8

Please sign in to comment.