Skip to content

Commit

Permalink
Release 6.1.0 prep PR (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrodsky authored Nov 12, 2024
1 parent d41c66f commit feaf687
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = 'Python SDK reference'
copyright = '2024, Labelbox'
author = 'Labelbox'
release = '6.0.1'
release = '6.1.0'

# -- General configuration ---------------------------------------------------

Expand Down
12 changes: 12 additions & 0 deletions libs/labelbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
# Version 6.1.0 (2024-11-12)
## Added
* Support for step reasoning ontology tool([#1894](https://github.com/Labelbox/labelbox-python/pull/1894), [#1882](https://github.com/Labelbox/labelbox-python/pull/1882), [#1879](https://github.com/Labelbox/labelbox-python/pull/1879))

## Fixed
* Use valid lbox.exception in client IAMIntegration validation([#1887](https://github.com/Labelbox/labelbox-python/pull/1887))
* Improve SDK method name detection for Datadog dashboard([#1880](https://github.com/Labelbox/labelbox-python/pull/1880))
* Limit labeling front end visibility and mentions of a custom editor([#1877](https://github.com/Labelbox/labelbox-python/pull/1877))
* Remove all unused python imports([#1876](https://github.com/Labelbox/labelbox-python/pull/1876))
* Remove bulk import request from readthedocs([#1872](https://github.com/Labelbox/labelbox-python/pull/1872))


# Version 6.0.1 (2024-10-30)
## Fixed
* Updated labelbox.exception to lbox.exception for IAMIntegration check([#1887](https://github.com/Labelbox/labelbox-python/pull/1887))
Expand Down
2 changes: 1 addition & 1 deletion libs/labelbox/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "labelbox"
version = "6.0.1"
version = "6.1.0"
description = "Labelbox Python API"
authors = [{ name = "Labelbox", email = "[email protected]" }]
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion libs/labelbox/src/labelbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "labelbox"

__version__ = "6.0.1"
__version__ = "6.1.0"

from labelbox.client import Client
from labelbox.schema.annotation_import import (
Expand Down

0 comments on commit feaf687

Please sign in to comment.