From ebfd5be94e00e2982e1de7ce6bb4cf4215a72060 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Thu, 31 Oct 2024 14:46:07 +0100 Subject: [PATCH] Release 0.34.0 --- CHANGELOG.md | 11 +++++++++-- openeo/_version.py | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d00ad3f..2f28fc15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Drop support for Python 3.7 ([#578](https://github.com/Open-EO/openeo-python-client/issues/578)) +### Removed + +### Fixed + + +## [0.34.0] - 2024-10-31 ### Removed +- Drop support for Python 3.7 ([#578](https://github.com/Open-EO/openeo-python-client/issues/578)) + ### Fixed -- Fixed support for `title` and `description` in `execute_batch()` ([#652](https://github.com/Open-EO/openeo-python-client/issues/652)) +- Fixed broken support for `title` and `description` job properties in `execute_batch()` ([#652](https://github.com/Open-EO/openeo-python-client/issues/652)) ## [0.33.0] - 2024-10-18 diff --git a/openeo/_version.py b/openeo/_version.py index c0e6bc2f2..eab0e9cdf 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = "0.34.0a1" +__version__ = "0.34.0"