Skip to content

Commit cc03965

Browse files
committed
fixup! PR #427 follow up: Changelog and context param
1 parent 925bb0b commit cc03965

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

openeo/_version.py

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

tests/rest/datacube/test_datacube100.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ def test_aggregate_spatial_window(con100: Connection):
389389
}
390390
},
391391
"size": [5, 3],
392+
"context": None,
392393
},
393394
"result": True,
394395
}

0 commit comments

Comments
 (0)