Skip to content

Commit

Permalink
Bump to version 0.44.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Mar 5, 2025
1 parent 29cabee commit e2d9337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is roughly based on [Keep a Changelog](https://keepachangelog.com/en/

<!-- start-of-changelog -->

## unreleased
## Work in progress: 0.44.0

- Bump minimum required Python version to 3.11 ([#127](https://github.com/Open-EO/openeo-aggregator/issues/127), [#174](https://github.com/Open-EO/openeo-aggregator/issues/174))
- Add title, description, online/offline status and last_status_check to federation listing in capabilities document ([#22](https://github.com/Open-EO/openeo-aggregator/issues/22))
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.43.0a1"
__version__ = "0.44.0a1"


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

0 comments on commit e2d9337

Please sign in to comment.