Skip to content

Commit 6ba376a

Browse files
build(release): release commit for 0.15.14 (#3709)
### Summary - cut release for version `0.15.14` - ignore `vectara` ingest test due to a weird error occurring in: https://github.com/Unstructured-IO/unstructured/actions/runs/11256744351/job/31317150581?pr=3709
1 parent 2f496f8 commit 6ba376a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.15.14-dev14
1+
## 0.15.14
22

33
### Enhancements
44

test_unstructured_ingest/test-ingest-dest.sh

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ tests_to_ignore=(
6565
'dropbox.sh'
6666
'sharepoint.sh'
6767
'databricks-volumes.sh'
68+
'vectara.sh'
6869
)
6970

7071
for test in "${all_tests[@]}"; do

unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.15.14-dev14" # pragma: no cover
1+
__version__ = "0.15.14" # pragma: no cover

0 commit comments

Comments
 (0)