Skip to content

Commit 2e7e35c

Browse files
committed
Update changelog
1 parent 4605367 commit 2e7e35c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

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

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

9+
10+
4.5.1 - February 5, 2026
11+
________________________
12+
13+
**Added**
14+
15+
- ``SAClient.get_folder_metadata`` Now returns a list of metadata of contributors assigned to the folder.
16+
17+
**Updated**
18+
19+
- SDK will now support Python versions 3.10+.
20+
21+
922
4.5.0 - December 4, 2025
1023
________________________
1124

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.5.1b2"
6+
__version__ = "4.5.1"
77

88

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

0 commit comments

Comments
 (0)