Skip to content

Commit 1d4a314

Browse files
Prep 3.49.1 (#1163)
2 parents 639e079 + 1945027 commit 1d4a314

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
2+
# Version 3.49.1 (2023-06-29)
3+
## Fixed
4+
* Removed numpy version lock that caused Python version >3.8 to download incompatible numpy version
5+
26
# Version 3.49.0 (2023-06-27)
37

48
## Changed
59
* Improved batch creation logic when more than 1000 global keys provided
610

7-
811
## Notebooks
912
* Added example on how to access mark in export v2
1013
* Removed NDJSON library from `examples/basics/custom_embeddings.ipynb`

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.49.0'
24+
release = '3.49.1'
2525

2626
# -- General configuration ---------------------------------------------------
2727

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.49.0"
2+
__version__ = "3.49.1"
33

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

0 commit comments

Comments
 (0)