We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4605367 commit 2e7e35cCopy full SHA for 2e7e35c
CHANGELOG.rst
@@ -6,6 +6,19 @@ History
6
7
All release highlights of this project will be documented in this file.
8
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
22
4.5.0 - December 4, 2025
23
________________________
24
src/superannotate/__init__.py
@@ -3,7 +3,7 @@
3
import sys
4
5
-__version__ = "4.5.1b2"
+__version__ = "4.5.1"
os.environ.update({"sa_version": __version__})
0 commit comments