Skip to content

Commit

Permalink
Issue #117 remove concrete openEO Platform configs from generic repo
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jan 9, 2025
1 parent 8f1cd37 commit 6165a8e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 166 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,7 @@ pytest-tmp

openeo_python.log*
.envrc


# Ignore local/dev/test/dummy configs
conf*local.py
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is roughly based on [Keep a Changelog](https://keepachangelog.com/en/

## unreleased

## 0.41.0

- Remove concrete openEO Platform configs from generic repo ([#117](https://github.com/Open-EO/openeo-aggregator/issues/117))

## 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))
Expand Down
1 change: 0 additions & 1 deletion conf/.gitignore

This file was deleted.

86 changes: 0 additions & 86 deletions conf/aggregator.dev.py

This file was deleted.

78 changes: 0 additions & 78 deletions conf/aggregator.prod.py

This file was deleted.

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.40.0a1"
__version__ = "0.41.0a1"


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

0 comments on commit 6165a8e

Please sign in to comment.