Skip to content

Commit a3c8ca1

Browse files
committed
update to changelog
1 parent 981834a commit a3c8ca1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
# Version 3.12.0 (2022-01-13)
3+
## Added
4+
* Tiled Imagery annotation type
5+
- A set of classes that support Tiled Image assets
6+
- `TiledImageData.asdict()` to help importing to Labelbox
7+
* Support transformations from one EPSG to another with EPSGTransformer class
8+
- Supports EPSG to Pixel space transformations
9+
210
# Version 3.11.1 (2022-01-10)
311
## Fix
412
* Make `TypedArray` class compatible with `numpy` versions `>= 1.22.0`

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.11.1"
2+
__version__ = "3.12.0"
33

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

0 commit comments

Comments
 (0)