Skip to content

Commit

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


## v0.12.2 (2024-12-18)

### Bug Fixes

- **globe explorer revision**: Adding updates to globe explorer
([`6fe397b`](https://github.com/Kitware/pan3d/commit/6fe397b2cf21c33c010140c46ff24a76f6f96558))

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

- **rebase**: Rebasing over lookup table changes
([`f1ff447`](https://github.com/Kitware/pan3d/commit/f1ff447bbb8520b1f8890d1a74ad271a24eebacb))

- **review**: Adding changes from feedback
([`92f7c50`](https://github.com/Kitware/pan3d/commit/92f7c507a775a47f4f437068dabc9daf42cebf63))


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

### Bug Fixes
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.1"
__version__ = "0.12.2"

__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.1"
version = "0.12.2"
description = "Utility package for processing and visualizing 3D datasets"
authors = [
{name = "Kitware Inc."},
Expand Down

0 comments on commit c1520e2

Please sign in to comment.