We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7645a83 commit ee350a8Copy full SHA for ee350a8
CHANGELOG.md
@@ -6,7 +6,10 @@ The format is roughly based on [Keep a Changelog](https://keepachangelog.com/en/
6
7
<!-- start-of-changelog -->
8
9
-## Work in progress: 0.45.0
+## Work in progress: 0.46.0
10
+
11
12
+## 0.45.0
13
14
- Provide "federation:missing" on `/collections` ([#122](https://github.com/Open-EO/openeo-aggregator/issues/122))
15
- Provide "federation:missing" on `/processes` ([#122](https://github.com/Open-EO/openeo-aggregator/issues/122))
src/openeo_aggregator/about.py
@@ -2,7 +2,7 @@
2
import sys
3
from typing import Optional
4
5
-__version__ = "0.45.0a1"
+__version__ = "0.46.0a1"
def log_version_info(logger: Optional[logging.Logger] = None):
0 commit comments