Skip to content

Commit

Permalink
prepare for release of 1.7.14 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic authored Nov 8, 2024
1 parent 34c4622 commit bb972b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.14] - 2024-11-08

- Improve batch download retries in case of partial downloads.


## [Version 1.7.13] - 2024-11-06

- Improve batch download retrying in case of temporary 404 errors
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.13"
__version__ = "1.7.14"

0 comments on commit bb972b3

Please sign in to comment.