Skip to content

Commit

Permalink
Vb/prep 6.3.0 (#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrodsky authored Dec 13, 2024
1 parent 153cd7f commit 97bd850
Show file tree
Hide file tree
Showing 4 changed files with 11 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.2.0'
release = '6.3.0'

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

Expand Down
8 changes: 8 additions & 0 deletions libs/labelbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
# Version 6.3.0 (2024-12-12)
## Added
* Group member upload([#1924](https://github.com/Labelbox/labelbox-python/pull/1924))
* Group member export([#1925](https://github.com/Labelbox/labelbox-python/pull/1925))

## Note
* The `Invite` class no longer returns the invite ID (uid).

# Version 6.2.0 (2024-11-26)
## Added
* Prompt Issue ontology support([#1917](https://github.com/Labelbox/labelbox-python/pull/1917)), ([#1891](https://github.com/Labelbox/labelbox-python/pull/1891))
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.2.0"
version = "6.3.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.2.0"
__version__ = "6.3.0"

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

0 comments on commit 97bd850

Please sign in to comment.