Skip to content

Commit f4b4787

Browse files
committed
Release 0.4.10
1 parent 9cfdaef commit f4b4787

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

99
### Added
1010

11+
### Changed
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
18+
## [0.4.10] - 2021-02-26
19+
20+
### Added
21+
1122
- Add "reflected" operator support to `ProcessBuilder`
1223
- Add `RESTJob.get_results()`, `JobResults` and `ResultAsset` for more fine-grained batch job result handling. (EP-3739)
1324
- Add documentation on batch job result (asset) handling and downloading
@@ -24,8 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2435
- Remove outdated batch job result download logic left-overs
2536
- Remove (outdated) abstract base class `openeo.job.Job`: did not add value, only caused maintenance overhead. ([#115](https://github.com/Open-EO/openeo-python-client/issues/115))
2637

27-
### Fixed
28-
2938

3039
## [0.4.9] - 2021-01-29
3140

openeo/_version.py

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

0 commit comments

Comments
 (0)