Skip to content

Commit

Permalink
Release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Aug 9, 2023
1 parent 14c5f39 commit 6670708
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).



## [Unreleased]

### Added

### Changed

### Removed

### Fixed



## [0.22.0] - 2023-08-09

### Added

- Processes that take a CRS as argument now try harder to normalize your input to
a CRS representation that aligns with the openEO API (using `pyproj` library when available)
([#259](https://github.com/Open-EO/openeo-python-client/issues/259))
Expand All @@ -23,8 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Connection` based requests: always use finite timeouts by default (20 minutes in general, 30 minutes for synchronous execute requests)
([#454](https://github.com/Open-EO/openeo-python-client/issues/454))

### Removed

### Fixed

- Fix: MultibackendJobManager should stop when finished, also when job finishes with error ([#452](https://github.com/Open-EO/openeo-python-client/issues/432))
Expand Down
2 changes: 1 addition & 1 deletion openeo/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.22.0a1"
__version__ = "0.22.0"

0 comments on commit 6670708

Please sign in to comment.