File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
22# Unreleased
33
4- # 9.0.0b1
4+ # 9.0.0b1 (2026-02-22)
55
66* add ` AssetType = str | AssetWithOptions ` , with ` AssetWithOptions ` beeing a typed dict with required ` name ` key
77* change: ` assets ` signature in ` MultiBaseReader ` method to be a union of ` Sequence[AssetType] | AssetType `
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ exclude = [
159159max-complexity = 14
160160
161161[tool .bumpversion ]
162- current_version = " 9.0.0a6 "
162+ current_version = " 9.0.0b1 "
163163parse = """ (?x)
164164 (?P<major>\\ d+)\\ .
165165 (?P<minor>\\ d+)\\ .
Original file line number Diff line number Diff line change 11"""rio-tiler."""
22
3- __version__ = "9.0.0a6 "
3+ __version__ = "9.0.0b1 "
44
55from . import (
66 colormap ,
You can’t perform that action at this time.
0 commit comments