From 5ae7f6c34f33e5ddc126936d626a92ca54954c9d Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Fri, 3 Mar 2023 17:15:29 +0100 Subject: [PATCH] Release 0.15.0 --- CHANGELOG.md | 15 +++++++++++---- openeo/_version.py | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c49eb158..2129fe883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Removed + +### Fixed + + +## [0.15.0] - 2023-03-03 + +### Added + - The openeo Python client library can now also be installed with conda (conda-forge channel) ([#176](https://github.com/Open-EO/openeo-python-client/issues/176)) - Allow using a custom `requests.Session` in `openeo.rest.auth.oidc` logic @@ -18,10 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Less verbose log printing on failed batch job [#332](https://github.com/Open-EO/openeo-python-client/issues/332) - Improve (UTC) timezone handling in `openeo.util.Rfc3339` and add `rfc3339.today()`/`rfc3339.utcnow()`. -### Removed - -### Fixed - ## [0.14.1] - 2023-02-06 diff --git a/openeo/_version.py b/openeo/_version.py index 0acfe2f33..9da2f8fcc 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = "0.15.0a3" +__version__ = "0.15.0"