Skip to content

Commit

Permalink
Bump version to 0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jan 8, 2025
1 parent 1125990 commit 65fb69a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ The format is roughly based on [Keep a Changelog](https://keepachangelog.com/en/

## unreleased

## 0.40.0

- Update to harmonized `job_option`/`additional` handling in `Connection.create_job` ([#165](https://github.com/Open-EO/openeo-aggregator/issues/165), [Open-EO/openeo-python-client#683](https://github.com/Open-EO/openeo-python-client/issues/683))
- Update to new "version" property on `GET /processes` ([#165](https://github.com/Open-EO/openeo-aggregator/issues/165), [Open-EO/openeo-python-driver#352](https://github.com/Open-EO/openeo-python-driver/issues/352))


## 0.39.0

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.39.2a1"
__version__ = "0.40.0a1"


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

0 comments on commit 65fb69a

Please sign in to comment.