Skip to content

Commit

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


## v0.9.2 (2024-10-22)

### Bug Fixes

* fix(import): correct import pattern ([`4d478bf`](https://github.com/Kitware/pan3d/commit/4d478bf4c8dc2e4e0f91272e6ab23016b3683021))

* fix(preset): centralize util methods ([`1f4eaf0`](https://github.com/Kitware/pan3d/commit/1f4eaf0139a33666cc5e8021a1c0d1f87d3fc772))


## v0.9.1 (2024-10-22)

### 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 @@ -6,7 +6,7 @@
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)

__version__ = "0.9.1"
__version__ = "0.9.2"

__all__ = ["DatasetBuilder"]

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

0 comments on commit 1cfaf87

Please sign in to comment.