From b814a813e480cb9454a84a82e9108d496826b41d Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Wed, 19 Jul 2023 17:14:28 +0200 Subject: [PATCH] Release 0.21.1 --- CHANGELOG.md | 10 ++++++++++ openeo/_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005c704cb..44e973794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. 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 @@ -13,6 +15,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed + +## [0.21.1] - 2023-07-19 + +### Fixed + +- Fix `spatial_extent`/`temporal_extent` handling in "localprocessing" `load_stac` ([#451](https://github.com/Open-EO/openeo-python-client/pull/451)) + + ## [0.21.0] - 2023-07-19 ### Added diff --git a/openeo/_version.py b/openeo/_version.py index 2ce0f8458..76f24586d 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = "0.22.0a1" +__version__ = "0.21.1"