Skip to content

Commit

Permalink
build: bump version (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato authored Apr 18, 2023
1 parent 1596872 commit 937c415
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release history
---------------

2.10.0 (2023-04-18)
+++++++++++++++++++

* `hydroweb_next` (`hydroweb.next <https://hydroweb.next.theia-land.fr>`_), thematic hub for hydrology data access,
as new provider (:pull:`711`)
* Search by tile standardized using ``tileIdentifier`` new query parameter and metadata (:pull:`713`)
* Server mode STAC API version updated to `1.0.0-rc.3` (:pull:`697`)
* Better catalogs title and description in server mode (:pull:`710`)
* Server mode advanced tests (:pull:`708`), and fixes for catalogs dates filtering (:pull:`706`), catalogs cloud-cover
filtering (:pull:`705`), missing `sensorType` error for discovered product types (:pull:`699`), broken links through
STAC search endpoint (:pull:`698`)
* Added links to `eodag-server <https://hub.docker.com/r/csspace/eodag-server>`_ image on Dockerhub (:pull:`715`)
* EODAG server installation update in docker image (:pull:`700`) and sigterm fix (:pull:`702`)
* STAC browser docker image update (:pull:`704`)
* Various minor fixes and improvements (:pull:`693`)(:pull:`694`)(:pull:`695`)(:pull:`696`)(:pull:`703`)(:pull:`707`)
(:pull:`712`)(:pull:`714`)

2.9.2 (2023-03-31)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ An eodag instance can be exposed through a STAC compliant REST api from the comm

.. code-block:: bash
docker run -p 5000:5000 --rm csspace/eodag-server:2.9.2
docker run -p 5000:5000 --rm csspace/eodag-server:2.10.0
You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
Simply run:
Expand Down
2 changes: 1 addition & 1 deletion docs/stac_rest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ available on `https://hub.docker.com/r/csspace/eodag-server <https://hub.docker.

.. code-block:: bash
$ docker run -p 5000:5000 --rm csspace/eodag-server:2.9.2
$ docker run -p 5000:5000 --rm csspace/eodag-server:2.10.0
Example
-------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
fallback_version = "2.9.3.dev0"
fallback_version = "2.10.1.dev0"

0 comments on commit 937c415

Please sign in to comment.