Skip to content

Commit 663ca09

Browse files
committed
chore(py): bump ngff-zarr to 0.32.2
1 parent 90a5ca2 commit 663ca09

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

py/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## py-v0.32.2 (2026-03-16)
2+
3+
### 🐛 Bug Fixes
4+
5+
- **py**: correctly calculate regions in to_ngff_zarr ([76772df](https://github.com/fideus-labs/ngff-zarr/commit/76772df11b7cfc860b38bc3c9ab5b872453e4481))
6+
17
## py-v0.32.1 (2026-03-12)
28

39
### 🐛 Bug Fixes

py/ngff_zarr/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# SPDX-FileCopyrightText: 2022-present Matt McCormick <matt@fideus.io>
33
#
44
# SPDX-License-Identifier: MIT
5-
__version__ = "0.32.1"
5+
__version__ = "0.32.2"

py/pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ matplotlib = ">=3.10.6,<4"
241241

242242
[tool.commitizen]
243243
name = "cz_ngff_zarr"
244-
version = "0.32.1"
244+
version = "0.32.2"
245245
version_provider = "commitizen"
246246
tag_format = "py-v$version"
247247
update_changelog_on_bump = true

0 commit comments

Comments
 (0)