Skip to content

Commit bb972b3

Browse files
authored
prepare for release of 1.7.14 (#361)
1 parent 34c4622 commit bb972b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [Version 1.7.14] - 2024-11-08
2+
3+
- Improve batch download retries in case of partial downloads.
4+
5+
16
## [Version 1.7.13] - 2024-11-06
27

38
- Improve batch download retrying in case of temporary 404 errors

eogrow/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The main module of the eo-grow package."""
22

3-
__version__ = "1.7.13"
3+
__version__ = "1.7.14"

0 commit comments

Comments
 (0)