We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f2e78 commit 3055abbCopy full SHA for 3055abb
CHANGELOG.md
@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
(<https://github.com/openvinotoolkit/datumaro/pull/1175>)
15
- Add comparison level-up doc
16
(<https://github.com/openvinotoolkit/datumaro/pull/1174>)
17
+- Add ImportError to catch GitPython import error
18
+ (<https://github.com/openvinotoolkit/datumaro/pull/1174>)
19
20
### Bug fixes
21
- Modify the draw function in the visualizer not to raise an error for unsupported annotation types.
src/datumaro/version.py
@@ -1 +1 @@
1
-__version__ = "1.5.1rc2"
+__version__ = "1.5.1rc3"
0 commit comments