Skip to content

Commit e3ffdc7

Browse files
build: bump version (#1645)
1 parent 71a51f1 commit e3ffdc7

File tree

5 files changed

+35
-5
lines changed

5 files changed

+35
-5
lines changed

CHANGES.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ Release history
33
===============
44

55

6+
v3.4.1 (2025-05-12)
7+
===================
8+
9+
Bug Fixes
10+
---------
11+
12+
* **plugins**: Missing datetime properties in ECMWFSearch result (`#1648`_, `9ac8d6a`_)
13+
14+
* **plugins**: Staticstacsearch text opener (`#1643`_, `71a51f1`_)
15+
16+
Documentation
17+
-------------
18+
19+
* Fixed binder tutos links (`#1651`_, `5ec4421`_)
20+
21+
Testing
22+
-------
23+
24+
* Update click>=8.2.0 exit status code (`#1650`_, `51a5f36`_)
25+
26+
.. _#1643: https://github.com/CS-SI/eodag/pull/1643
27+
.. _#1648: https://github.com/CS-SI/eodag/pull/1648
28+
.. _#1650: https://github.com/CS-SI/eodag/pull/1650
29+
.. _#1651: https://github.com/CS-SI/eodag/pull/1651
30+
.. _51a5f36: https://github.com/CS-SI/eodag/commit/51a5f3667b2cc0b706a7278494ee4e8bf1260210
31+
.. _5ec4421: https://github.com/CS-SI/eodag/commit/5ec4421cf3c653e35005e4489a09cb2f22e44a9f
32+
.. _71a51f1: https://github.com/CS-SI/eodag/commit/71a51f16ea370f542af3142fee25ec90c2a75ae3
33+
.. _9ac8d6a: https://github.com/CS-SI/eodag/commit/9ac8d6a3f06ad1112c6dd3aeccb2f63eaa49c3c0
34+
35+
636
v3.4.0 (2025-04-30)
737
===================
838

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ An eodag instance can be exposed through a STAC compliant REST api from the comm
187187

188188
.. code-block:: bash
189189
190-
docker run -p 5000:5000 --rm csspace/eodag-server:3.4.0
190+
docker run -p 5000:5000 --rm csspace/eodag-server:3.4.1
191191
192192
You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
193193
Simply run:

charts/eodag-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 3.4.0
2+
appVersion: 3.4.1
33
dependencies:
44
- name: common
55
repository: oci://registry-1.docker.io/bitnamicharts
@@ -15,4 +15,4 @@ name: eodag-server
1515
sources:
1616
- https://github.com/CS-SI/eodag
1717
type: application
18-
version: 3.4.0
18+
version: 3.4.1

docs/stac_rest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ available on `https://hub.docker.com/r/csspace/eodag-server <https://hub.docker.
115115

116116
.. code-block:: bash
117117
118-
$ docker run -p 5000:5000 --rm csspace/eodag-server:3.4.0
118+
$ docker run -p 5000:5000 --rm csspace/eodag-server:3.4.1
119119
120120
Example
121121
-------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
6-
fallback_version = "3.4.1.dev0"
6+
fallback_version = "3.4.2.dev0"
77

88
[tool.coverage.report]
99
exclude_lines = [

0 commit comments

Comments
 (0)