Skip to content

Commit

Permalink
added versionadded to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVerhaert committed Jun 13, 2024
1 parent fc6e29f commit c1eba50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openeo/rest/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,8 @@ def load_stac_from_job(
:param spatial_extent: limit data to specified bounding box or polygons
:param temporal_extent: limit data to specified temporal interval.
:param bands: limit data to the specified bands
.. versionadded:: 0.30.0
"""
if isinstance(job, str):
job = BatchJob(job_id=job, connection=self)
Expand Down

0 comments on commit c1eba50

Please sign in to comment.