Skip to content

Commit dd470d1

Browse files
committed
Update changelog
1 parent 1cb4159 commit dd470d1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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+
4.4.39 - November 13, 2025
10+
________________________
11+
12+
**Updated**
13+
14+
- ``SAClient.get_item_by_id`` now supports an optional include parameter to fetch additional fields like custom_metadata and categories.
15+
16+
**Updated**
17+
18+
- ``SAClient.assign_items`` now supports assigning items and folders to pending users.
19+
- ``SAClient.assign_folder`` now supports assigning items and folders to pending users.
20+
921
4.4.38 - August 20, 2025
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.39dev1"
6+
__version__ = "4.4.39"
77

88

99
os.environ.update({"sa_version": __version__})

0 commit comments

Comments
 (0)