Skip to content

Commit 9dad841

Browse files
author
semantic-release
committed
0.15.2
Automatically generated by python-semantic-release
1 parent 9e30793 commit 9dad841

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# CHANGELOG
22

33

4+
## v0.15.2 (2025-04-10)
5+
6+
### Bug Fixes
7+
8+
- **explorer update**: Fixing style issues for explorers
9+
([`9e30793`](https://github.com/Kitware/pan3d/commit/9e307936958c762acac048b689798d0666a18d90))
10+
11+
This fix partly addresses https://github.com/Kitware/pan3d/issues/177
12+
13+
414
## v0.15.1 (2025-04-07)
515

616
### Bug Fixes

pan3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
logger = logging.getLogger(__name__)
44
logger.setLevel(logging.INFO)
55

6-
__version__ = "0.15.1"
6+
__version__ = "0.15.2"
77

88
__all__ = [
99
"logger",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pan3d"
3-
version = "0.15.1"
3+
version = "0.15.2"
44
description = "Utility package for processing and visualizing 3D datasets"
55
authors = [
66
{name = "Kitware Inc."},

0 commit comments

Comments
 (0)