Skip to content

Commit

Permalink
Bump version to 0.9.4a1 for #367 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Mar 10, 2023
1 parent 6356c24 commit 37f58a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ https://openeo.org/documentation/1.0/developers/api/reference.html#operation/con
If needed, feature flags are used to allow testing unstable features in development/production,
without compromising stable operations.

## [Unreleased]

- Fix "Permission denied" issue with `run_udf` usage on vector date cube
([#367](https://github.com/Open-EO/openeo-geopyspark-driver/issues/367))


## 2023-03-08 (0.9.3a1)

Expand All @@ -23,7 +28,6 @@ Build `20230307-1166`, with components:
### Bugfix
- Area returned by job metadata is now calculated using WGS84 ellipsoid (https://github.com/Open-EO/openeo-python-driver/issues/144)


## 2023-02-27 (0.7.0a1)

Build `20230221-1118`
Expand Down
2 changes: 1 addition & 1 deletion openeogeotrellis/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.3a1"
__version__ = "0.9.4a1"

0 comments on commit 37f58a9

Please sign in to comment.