Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump version #48

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
Release history
---------------

0.4.0 (2024-02-19)
++++++++++++++++++

- `get_data` directly available on `product.assets` (#46)
- Adds windows support (#9)
- Removes limited grpc support (#43)
- Adds python type hints (#45)
- Various minor fixes and improvements (#44)(#47)

0.3.1 (2023-11-15)
++++++++++++++++++

- Allows regex in band selection through `StacAssets` driver (#38)
- Removes support for `python3.7`` and adds support for `python3.12` (#39)
- Various minor fixes and improvements (#37)
- Various minor fixes and improvements (#37)

0.3.0 (2023-03-17)
++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion eodag_cube/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

__title__ = "eodag-cube"
__description__ = "Data access for EODAG"
__version__ = "0.3.1"
__version__ = "0.4.0"
__author__ = "CS GROUP - France (CSSI)"
__author_email__ = "[email protected]"
__url__ = "https://github.com/CS-SI/eodag-cube"
Expand Down
Loading