Skip to content

Commit 84e3ae0

Browse files
committed
Release 0.10.0
1 parent 7515559 commit 84e3ae0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
19+
## [0.10.0] - 2022-04-08
20+
21+
### Added
22+
1223
- Add support for comparison operators (`<`, `>`, `<=` and `>=`) in callback process building
1324
- Added `Connection.describe_process()` to retrieve and show a single process
1425
- Added `DataCube.flatten_dimensions()` and `DataCube.unflatten_dimension`

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.10.0a1'
1+
__version__ = '0.10.0'

0 commit comments

Comments
 (0)