We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfebfa commit 40084b7Copy full SHA for 40084b7
CHANGES.md
@@ -1,6 +1,8 @@
1
2
# Unreleased
3
4
+# 9.0.0a2 (2026-02-04)
5
+
6
* change: `MultiReaderBase._get_reader` signature to only return `type[BaseReader]`
7
* add: `reader_options` in `AssetInfo` model
8
pyproject.toml
@@ -159,7 +159,7 @@ exclude = [
159
max-complexity = 14
160
161
[tool.bumpversion]
162
-current_version = "9.0.0a1"
+current_version = "9.0.0a2"
163
parse = """(?x)
164
(?P<major>\\d+)\\.
165
(?P<minor>\\d+)\\.
rio_tiler/__init__.py
@@ -1,6 +1,6 @@
"""rio-tiler."""
-__version__ = "9.0.0a1"
+__version__ = "9.0.0a2"
from . import ( # noqa
colormap,
0 commit comments