Skip to content

Commit fcebdd2

Browse files
author
Kevin Kim
committed
Add updates to changelogs
1 parent 47ff353 commit fcebdd2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
# Version 3.40.1 (2023-03-10)
4+
5+
## Fixed
6+
* Fixed issue where calling create_batch() on exported data rows wasn't working
7+
38
# Version 3.40.0 (2023-03-10)
49

510
## Added

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.40.0'
24+
release = '3.40.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.40.0"
2+
__version__ = "3.40.1"
33

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

0 commit comments

Comments
 (0)