Skip to content

Commit 49bf19f

Browse files
committed
Hotfix: Upgrade datumaro from 1.10.0rc0 to 1.10.0 for 2.4.1
1 parent 8367b98 commit 49bf19f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## \[2.4.1\]
6+
7+
### Bug fixes
8+
9+
- Update Datumaro from 1.10.0rc0 to 1.10.0
10+
511
## \[2.4.0\]
612

713
### New features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
]
2828
dependencies = [
29-
"datumaro==1.10.0rc0",
29+
"datumaro==1.10.0",
3030
"omegaconf==2.3.0",
3131
"rich==13.9.4",
3232
"jsonargparse==4.30.0",

src/otx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) 2024-2025 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
__version__ = "2.4.0"
6+
__version__ = "2.4.1"
77

88
import os
99
from pathlib import Path

0 commit comments

Comments
 (0)