Skip to content

Commit 3e85362

Browse files
author
Matt Sokoloff
committed
doc updates
1 parent 89c791c commit 3e85362

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| `DataRowMetadataSchema.id` | `DataRowMetadataSchema.uid` | 3.9 |
99
-----
1010

11-
# Version 3.8.0 (2021-10-21)
11+
# Version 3.8.0 (2021-10-22)
1212
## Added
1313
* `ModelRun.upsert_data_rows()`
1414
* Add data rows to a model run without also attaching labels
@@ -25,7 +25,7 @@
2525

2626
## Fix
2727
* `DataRowMetadataField` no longer relies on pydantic for field validation and coercion
28-
* This prevents unintended type coercion from occuring
28+
* This prevents unintended type coercions from occurring
2929

3030
# Version 3.7.0 (2021-10-11)
3131
## 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.7.0'
24+
release = '3.8.0'
2525

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

0 commit comments

Comments
 (0)