Skip to content

Commit 9f3b2da

Browse files
committed
Add dummy config to wheel
refs and related: #117 #143 #146 eu-cdse/openeo-cdse-infra#175
1 parent 3548842 commit 9f3b2da

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is roughly based on [Keep a Changelog](https://keepachangelog.com/en/
66

77
<!-- start changelog -->
88

9+
## 0.35.1
10+
11+
- Add `aggregator.dummy.py` to wheel ([#117](https://github.com/Open-EO/openeo-aggregator/issues/117))
12+
913
## 0.35.0
1014

1115
- 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))

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"CHANGELOG.md",
2929
"conf/gunicorn.dev.py",
3030
"conf/gunicorn.prod.py",
31+
"conf/aggregator.dummy.py",
3132
],
3233
),
3334
],

src/openeo_aggregator/about.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
from typing import Optional
44

5-
__version__ = "0.35.0a1"
5+
__version__ = "0.35.1a1"
66

77

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

0 commit comments

Comments
 (0)