Skip to content

Commit 23152c5

Browse files
New release.
1 parent efed485 commit 23152c5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
- Add enhanced outputs for serialization errors.
2-
- Add support for tracing back serialization errors through the cache via the `--debug` flag.
3-
- Add more sensible defaults for Approximate labelers.
1+
- Fix permission issue triggered on Windows when attempting to perform safe saving.

diplomat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
33
"""
44

5-
__version__ = "0.3.21"
5+
__version__ = "0.3.22"
66

77
import warnings
88

0 commit comments

Comments
 (0)