From 2c96297e155bed9cda074b9dd3d5fcc7902ebe3f Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Wed, 12 Jun 2024 16:43:03 +0200 Subject: [PATCH] Issue #142 add changelog entry --- CHANGELOG.md | 4 ++++ src/openeo_aggregator/about.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 008961b..cfc086e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is roughly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.35.0 + +- Start with `openeo-aggregator` docs, hosted with GitHub Pages at https://open-eo.github.io/openeo-aggregator/ ([#142](https://github.com/Open-EO/openeo-aggregator/issues/142)) + ## 0.34.0 - Also support `job_options_update` to inject job options in synchronous processing requests ([#135](https://github.com/Open-EO/openeo-aggregator/issues/135), eu-cdse/openeo-cdse-infra#114) diff --git a/src/openeo_aggregator/about.py b/src/openeo_aggregator/about.py index 3e4276f..39058d7 100644 --- a/src/openeo_aggregator/about.py +++ b/src/openeo_aggregator/about.py @@ -2,7 +2,7 @@ import sys from typing import Optional -__version__ = "0.34.2a1" +__version__ = "0.35.0a1" def log_version_info(logger: Optional[logging.Logger] = None):