Skip to content

Commit

Permalink
build: bump version (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato authored Oct 10, 2024
1 parent 04bcc98 commit 67984af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release history
---------------

0.5.0 (2024-10-10)
++++++++++++++++++

- Support zipped bands in s3 (#62)
- Regex fix in band selection using `StacAssets` driver (#61)
- [0.5.0b1] Adapt to `eodag v3` search API (#59)

0.5.0b1 (2024-06-25)
++++++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions eodag_cube/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

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

0 comments on commit 67984af

Please sign in to comment.