Skip to content

Commit

Permalink
0.12.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 17, 2024
1 parent 8259773 commit fadccf2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# CHANGELOG


## v0.12.1 (2024-12-17)

### Bug Fixes

- **lookup tables**: Adding lookup table changes to explorers
([`dad4830`](https://github.com/Kitware/pan3d/commit/dad4830a510a483b82aa9735a03c29009f54fe7c))

-- Adding to fix issue https://github.com/Kitware/pan3d/issues/143


## v0.12.0 (2024-12-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pan3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)

__version__ = "0.12.0"
__version__ = "0.12.1"

__all__ = [
"logger",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pan3d"
version = "0.12.0"
version = "0.12.1"
description = "Utility package for processing and visualizing 3D datasets"
authors = [
{name = "Kitware Inc."},
Expand Down

0 comments on commit fadccf2

Please sign in to comment.