Skip to content

Commit

Permalink
1.16.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 27, 2025
1 parent b9a04e6 commit 9d6d892
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# CHANGELOG


## v1.16.3 (2025-01-27)

### Build System

- Updated poetry lock
([`b9a04e6`](https://github.com/mbari-org/sdcat/commit/b9a04e6bc3f2afab75bd9e3aea88b850967d7908))

### Performance Improvements

- Bump sahi to support YOLOv11
([`d36b494`](https://github.com/mbari-org/sdcat/commit/d36b4942daac1614bd2b3cbac6e17c2300e06c21))


## v1.16.2 (2025-01-14)

### Performance Improvements
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdcat"
version = "1.16.2"
version = "1.16.3"
description = "Sliced Detection and Clustering Analysis Toolkit - Developed by MBARI"
authors = [
"Danelle Cline <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion sdcat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# sdcat/__init__.py
__version__ = "1.16.2"
__version__ = "1.16.3"

0 comments on commit 9d6d892

Please sign in to comment.