Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ History

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


4.4.20 - April 11, 2024
_______________________


**Updated**

- ``SAClient.get_annotations()`` added the ability to retrieve data by project/item IDs.
- ``SAClient.upload_images_to_project()`` fixed an issue with providing two paths with the same image name.



4.4.19 - February 08, 2024
__________________________

Expand Down
2 changes: 1 addition & 1 deletion src/superannotate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys


__version__ = "4.4.19"
__version__ = "4.4.20"

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

Expand Down
Loading