Skip to content

Commit 47ffb6d

Browse files
authored
Merge pull request #419 from Labelbox/jtso/sdk
update to changelog
2 parents 718e78e + e3dcbbb commit 47ffb6d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
# Version 3.12.1 (2022-02-07)
3+
## Added
4+
* Added `from_shapely` method to create annotation types from Shapely objects
5+
* Added `start` and `end` filter on the following methods
6+
- `Project.export_labels()`
7+
- `Project.label_generator()`
8+
- `Project.video_label_generator()`
9+
* Improved type hinting
10+
11+
212
# Version 3.12.0 (2022-01-19)
313
## Added
414
* Tiled Imagery annotation type

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.12.0"
2+
__version__ = "3.13.0"
33

44
from labelbox.schema.project import Project
55
from labelbox.client import Client

0 commit comments

Comments
 (0)