Skip to content

Commit ee350a8

Browse files
committed
Bump version to 0.46.0a1
1 parent 7645a83 commit ee350a8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

77
<!-- start-of-changelog -->
88

9-
## Work in progress: 0.45.0
9+
## Work in progress: 0.46.0
10+
11+
12+
## 0.45.0
1013

1114
- Provide "federation:missing" on `/collections` ([#122](https://github.com/Open-EO/openeo-aggregator/issues/122))
1215
- Provide "federation:missing" on `/processes` ([#122](https://github.com/Open-EO/openeo-aggregator/issues/122))

src/openeo_aggregator/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
from typing import Optional
44

5-
__version__ = "0.45.0a1"
5+
__version__ = "0.46.0a1"
66

77

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

0 commit comments

Comments
 (0)