Skip to content

Commit 40084b7

Browse files
committed
9.0.0a1 -> 9.0.0a2
1 parent 5bfebfa commit 40084b7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
# Unreleased
33

4+
# 9.0.0a2 (2026-02-04)
5+
46
* change: `MultiReaderBase._get_reader` signature to only return `type[BaseReader]`
57
* add: `reader_options` in `AssetInfo` model
68

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.0a1"
162+
current_version = "9.0.0a2"
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.0a1"
3+
__version__ = "9.0.0a2"
44

55
from . import ( # noqa
66
colormap,

0 commit comments

Comments
 (0)