Skip to content

Commit d7d2233

Browse files
committed
CHANGELOG update
1 parent c2567b8 commit d7d2233

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

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

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

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+
921
4.4.13 - June 04, 2023
1022
_______________________
1123

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.4.14b2"
5+
__version__ = "4.4.14"
66

77

88
sys.path.append(os.path.split(os.path.realpath(__file__))[0])

0 commit comments

Comments
 (0)