Skip to content

Commit

Permalink
Add dummy config to wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jun 25, 2024
1 parent 3548842 commit 9f3b2da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is roughly based on [Keep a Changelog](https://keepachangelog.com/en/

<!-- start changelog -->

## 0.35.1

- Add `aggregator.dummy.py` to wheel ([#117](https://github.com/Open-EO/openeo-aggregator/issues/117))

## 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))
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"CHANGELOG.md",
"conf/gunicorn.dev.py",
"conf/gunicorn.prod.py",
"conf/aggregator.dummy.py",
],
),
],
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.35.0a1"
__version__ = "0.35.1a1"


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

0 comments on commit 9f3b2da

Please sign in to comment.