Skip to content

Commit 6670708

Browse files
committed
Release 0.22.0
1 parent 14c5f39 commit 6670708

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
89
## [Unreleased]
910

1011
### Added
1112

13+
### Changed
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
20+
21+
## [0.22.0] - 2023-08-09
22+
23+
### Added
24+
1225
- Processes that take a CRS as argument now try harder to normalize your input to
1326
a CRS representation that aligns with the openEO API (using `pyproj` library when available)
1427
([#259](https://github.com/Open-EO/openeo-python-client/issues/259))
@@ -23,8 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2336
- `Connection` based requests: always use finite timeouts by default (20 minutes in general, 30 minutes for synchronous execute requests)
2437
([#454](https://github.com/Open-EO/openeo-python-client/issues/454))
2538

26-
### Removed
27-
2839
### Fixed
2940

3041
- Fix: MultibackendJobManager should stop when finished, also when job finishes with error ([#452](https://github.com/Open-EO/openeo-python-client/issues/432))

openeo/_version.py

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

0 commit comments

Comments
 (0)