Skip to content

Commit 6aca620

Browse files
authored
Merge pull request #679 from superannotateai/develop
Develop
2 parents 6e2c729 + d4281a8 commit 6aca620

20 files changed

+477
-271
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ History
66

77
All release highlights of this project will be documented in this file.
88

9+
10+
4.4.20 - April 11, 2024
11+
_______________________
12+
13+
14+
**Updated**
15+
16+
- ``SAClient.get_annotations()`` added the ability to retrieve data by project/item IDs.
17+
- ``SAClient.upload_images_to_project()`` fixed an issue with providing two paths with the same image name.
18+
19+
20+
921
4.4.19 - February 08, 2024
1022
__________________________
1123

src/superannotate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44

55

6-
__version__ = "4.4.19"
6+
__version__ = "4.4.20"
77

88
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
99

0 commit comments

Comments
 (0)