Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install hatch
pip install hatch "virtualenv<21.0.0"
- name: Build and publish
env:
HATCH_INDEX_USER: "__token__"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 - 2025 EOX IT Services
Copyright (c) 2018 - 2026 EOX IT Services

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
command: [ "--bind_ip_all" ]

server:
image: ghcr.io/mapchete/mapchete:2026.2.0
image: ghcr.io/mapchete/mapchete:2026.2.2
depends_on:
- dask_scheduler
- db
Expand All @@ -39,7 +39,7 @@ services:
]

dask_scheduler:
image: ghcr.io/mapchete/mapchete:2026.2.0
image: ghcr.io/mapchete/mapchete:2026.2.2
networks:
- backend
command:
Expand All @@ -52,7 +52,7 @@ services:
]

dask_worker:
image: ghcr.io/mapchete/mapchete:2026.2.0
image: ghcr.io/mapchete/mapchete:2026.2.2
depends_on:
- dask_scheduler
networks:
Expand Down
2 changes: 1 addition & 1 deletion src/mapchete_hub_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"MHUB_CLI_ZONES_WAIT_TIME_SECONDS",
"load_mapchete_config",
]
__version__ = "2025.9.0"
__version__ = "2026.3.0"