Skip to content

Commit 04a0837

Browse files
committed
Update changelog
1 parent 886e706 commit 04a0837

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.rst

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

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

9+
4.5.0 - December 4, 2025
10+
________________________
11+
12+
**Added**
13+
14+
- ``SAClient.remove_users`` Removes users from the team by their email or ID.
15+
- ``SAClient.remove_users_from_project`` Removes users from a specific project by name or ID.
16+
17+
**Updated**
18+
19+
- ``SAClient.get_team_metadata`` Removed users and pending_users keys from the response.
20+
- ``SAClient.clone_project`` Removed users key from the response.
21+
- ``SAClient.get_project_metadata`` Removed users key from the response.
22+
23+
924
4.4.39 - November 13, 2025
1025
__________________________
1126

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.40dev1"
6+
__version__ = "4.5.0dev1"
77

88

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

0 commit comments

Comments
 (0)