Skip to content
Open
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 pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "overture-stac"
version = "1.0.3"
version = "1.0.4"
description = "Generate STAC catalogs for Overture Maps Releases"
authors = [
{name = "Overture Maps Foundation"}
Expand Down
4 changes: 2 additions & 2 deletions src/overture_stac/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def main():

# TODO: These should be stored elsewhere, but for now we'll hardcode them here
schema_version_mapping: dict[str, str] = {
"2026-03-18.0": "TBD",
"2026-02-18.0": "1.15.0",
"2026-03-18.0": "1.17.0", # Probably, must confirm before then
"2026-02-18.0": "1.16.0",
"2026-01-21.0": "1.15.0",
"2025-12-17.0": "1.15.0",
}
Expand Down
Loading