Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 89c3633

Browse files
authored
chore: bump version (#33)
1 parent 01c44a9 commit 89c3633

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release history
22
---------------
33

4+
0.4.1 (2021-08-31)
5+
++++++++++++++++++
6+
7+
- LTA products handling with ``sentinelsat``
8+
`v1.1.0 <https://github.com/sentinelsat/sentinelsat/releases/tag/v1.1.0>`_ (#32)
9+
410
0.4.0 (2021-07-30)
511
++++++++++++++++++
612

@@ -9,9 +15,9 @@ Release history
915
- Custom progress_callback usage (#24)
1016
- Download procedure more consistent with EODAG (#17)
1117
- API endpoint update (#19)
12-
- Changed the type of products datetime properties from `datetime` objects to ISO 8601 `str` (#13)
18+
- Changed the type of products datetime properties from ``datetime`` objects to ISO 8601 ``str`` (#13)
1319
- Automatically extracting the downloaded archive by default (#11)
14-
- Removed duplicate `providers.yml` in repository root (thanks @remi-braun)
20+
- Removed duplicate ``providers.yml`` in repository root (thanks @remi-braun)
1521
- Various minor fixes and improvements (#12)(#14)(#15)(#16)(#22)(#23)(#25)
1622

1723
0.3.0 (2021-03-26)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="eodag_sentinelsat",
29-
version="0.4.0",
29+
version="0.4.1",
3030
description="Sentinelsat plugin to EODAG (https://github.com/CS-SI/eodag)",
3131
long_description=readme,
3232
author="CS Systemes d'Information (CSSI)",

0 commit comments

Comments
 (0)