Skip to content

Commit 9633d02

Browse files
committed
Update changelog
1 parent 3885e82 commit 9633d02

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

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.5 - May 31, 2026
10+
______________________
11+
12+
**Added**
13+
14+
- ``SAClient.query.count()`` Returns the number of items that match a query.
15+
- ``SAClient.grant_project_user_permissions()`` Grants project-level user permissions.
16+
- ``SAClient.revoke_project_user_permissions()`` Revokes project-level user permissions.
17+
18+
**Updated**
19+
20+
- ``SAClient.list_users()`` Now returns user permissions.
21+
- ``SAClient.create_project()`` Now supports the `MaxIdleDuration` setting.
22+
23+
924
4.5.4 - April 23, 2026
1025
______________________
1126

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ minversion = 3.7
33
log_cli=true
44
python_files = test_*.py
55
;pytest_plugins = ['pytest_profiling']
6-
;addopts = -n 6 --dist loadscope
6+
addopts = -n 6 --dist loadscope

src/superannotate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import sys
44

5-
__version__ = "4.5.5dev2"
5+
__version__ = "4.5.5dev3"
66

77

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

0 commit comments

Comments
 (0)