Skip to content

Commit de4afbd

Browse files
authored
Merge pull request #741 from superannotateai/custom_fields
Updates in user/project custom fields
2 parents 88f81f6 + 638edc2 commit de4afbd

File tree

18 files changed

+896
-275
lines changed

18 files changed

+896
-275
lines changed

docs/source/api_reference/api_team.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ Team
88
.. automethod:: superannotate.SAClient.invite_contributors_to_team
99
.. automethod:: superannotate.SAClient.search_team_contributors
1010
.. automethod:: superannotate.SAClient.get_user_metadata
11+
.. automethod:: superannotate.SAClient.set_user_custom_field
12+
.. automethod:: superannotate.SAClient.list_users

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.30b2"
6+
__version__ = "4.4.30dev1"
77

88
os.environ.update({"sa_version": __version__})
99
sys.path.append(os.path.split(os.path.realpath(__file__))[0])

0 commit comments

Comments
 (0)