Skip to content

Commit

Permalink
1.11.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 18, 2024
1 parent 48d1f19 commit 145883e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v1.11.0 (2024-09-18)

### Feature

* feat: add to cluster command option --skip-visualization since this takes some time and is not needed for prod ml workflows ([`48d1f19`](https://github.com/mbari-org/sdcat/commit/48d1f1955510ad2269def64dee9e14b96db36c0f))

## v1.10.5 (2024-09-13)

### Fix
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.10.5"
version = "1.11.0"
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.10.5"
__version__ = "1.11.0"

0 comments on commit 145883e

Please sign in to comment.