Skip to content

Commit 80fbe1d

Browse files
committed
9.0.0a6 -> 9.0.0b1
1 parent 54a28de commit 80fbe1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ exclude = [
159159
max-complexity = 14
160160

161161
[tool.bumpversion]
162-
current_version = "9.0.0a6"
162+
current_version = "9.0.0b1"
163163
parse = """(?x)
164164
(?P<major>\\d+)\\.
165165
(?P<minor>\\d+)\\.

rio_tiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""rio-tiler."""
22

3-
__version__ = "9.0.0a6"
3+
__version__ = "9.0.0b1"
44

55
from . import (
66
colormap,

0 commit comments

Comments
 (0)