Skip to content

Commit

Permalink
Bump version to 0.18.0 (#112 related)
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Feb 7, 2024
1 parent d1f9b75 commit fb0ccee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.18.0]

- Start porting `AggregatorConfig` fields to `AggregatorBackendConfig` ([#112](https://github.com/Open-EO/openeo-aggregator/issues/112))


## [0.17.0]

- Support `aggregator_config` as `AggregatorConfig` variable name to simplify config system migration
Expand Down
2 changes: 1 addition & 1 deletion src/openeo_aggregator/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from typing import Optional

__version__ = "0.17.0a1"
__version__ = "0.18.0a1"


def log_version_info(logger: Optional[logging.Logger] = None):
Expand Down

0 comments on commit fb0ccee

Please sign in to comment.