Skip to content

Commit 168dcbb

Browse files
author
semantic-release
committed
0.13.1
Automatically generated by python-semantic-release
1 parent a90d6f2 commit 168dcbb

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.13.1 (2025-01-06)
5+
6+
### Bug Fixes
7+
8+
- **accessor**: Add .local/.remote option
9+
([`a90d6f2`](https://github.com/Kitware/pan3d/commit/a90d6f250e8b53bc9ab2b16e0666d9c283acb02f))
10+
11+
412
## v0.13.0 (2024-12-20)
513

614
### Documentation

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.13.0"
6+
__version__ = "0.13.1"
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.13.0"
3+
version = "0.13.1"
44
description = "Utility package for processing and visualizing 3D datasets"
55
authors = [
66
{name = "Kitware Inc."},

0 commit comments

Comments
 (0)