We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2567b8 commit d7d2233Copy full SHA for d7d2233
CHANGELOG.rst
@@ -6,6 +6,18 @@ History
6
7
All release highlights of this project will be documented in this file.
8
9
+4.4.15 - August 20, 2023
10
+_______________________
11
+
12
+**Added**
13
14
+ - New project type support `CustomEditor`.
15
16
+**Updated**
17
18
+ - ``SAClient.get_item_by_id()`` Fixed.
19
+ - ``SAClient.consensus()`` Deprecation.
20
21
4.4.13 - June 04, 2023
22
_______________________
23
src/superannotate/__init__.py
@@ -2,7 +2,7 @@
2
import os
3
import sys
4
5
-__version__ = "4.4.14b2"
+__version__ = "4.4.14"
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
0 commit comments