Skip to content

Commit

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


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

### Features

- **presets**: Use default ParaView color presets
([`75d7575`](https://github.com/Kitware/pan3d/commit/75d7575cea65b6de1637c0892c01995683988ddc))


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

### 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.11.2"
__version__ = "0.12.0"

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

0 comments on commit a6b7769

Please sign in to comment.