Skip to content

Commit 79cfe71

Browse files
committed
Release 0.39.1
1 parent 4f24107 commit 79cfe71

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Fixed
1717

18+
19+
## [0.39.1] - 2025-02-26
20+
21+
### Fixed
22+
1823
- Fix legacy usage pattern to append `export_workspace` to `save_result` with generic `process()` helper method ([#742](https://github.com/Open-EO/openeo-python-client/issues/742))
1924

2025

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.40.0a1"
1+
__version__ = "0.39.1"

openeo/rest/stac_resource.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ def process(
4949
:param process_id: process id of the process.
5050
:param arguments: argument dictionary for the process.
5151
:param namespace: optional: process namespace
52+
53+
.. versionadded:: 0.39.1
5254
"""
5355
pg = self._build_pgnode(process_id=process_id, arguments=arguments, namespace=namespace, **kwargs)
5456
# TODO: warn that actual return type can not or is not properly detected

0 commit comments

Comments
 (0)