Skip to content

Commit aa0595f

Browse files
Revert 3.47.1 release prep (#1111)
2 parents 21e9320 + eda067a commit aa0595f

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

CHANGELOG.md

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

3-
# Version 3.47.1 (2023-05-24)
4-
* Rerelease from master branch
5-
63
# Version 3.47.0 (2023-05-23)
74
## Added
85
* Support for interpolated frames to export v2

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.47.1'
24+
release = '3.47.0'
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.47.1"
2+
__version__ = "3.47.0"
33

44
from backports.datetime_fromisoformat import MonkeyPatch
55

0 commit comments

Comments
 (0)