Skip to content

Commit

Permalink
build: bump version (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato authored Mar 17, 2023
1 parent 449f081 commit 5e91def
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release history
---------------

0.3.0 (2023-03-17)
++++++++++++++++++

- New Generic driver (#26)
- `get_data()` `crs` and `resampling` parameters are now facultative (#25)
- Support python versions from `3.7` to `3.11` (#34)
- `pre-commit` and dependencies updates (#33)

0.2.1 (2021-08-11)
++++++++++++++++++

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,9 +19,9 @@

__title__ = "eodag-cube"
__description__ = "Data access for EODAG"
__version__ = "0.2.1"
__version__ = "0.3.0"
__author__ = "CS GROUP - France (CSSI)"
__author_email__ = "[email protected]"
__author_email__ = "[email protected]"
__url__ = "https://github.com/CS-SI/eodag-cube"
__license__ = "Apache 2.0"
__copyright__ = "Copyright 2021, CS GROUP - France, http://www.c-s.fr"

0 comments on commit 5e91def

Please sign in to comment.