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
This commit is contained in:
Christine Straub 2024-10-10 13:03:49 -07:00 committed by GitHub
parent 2f496f867c
commit 6ba376ab7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 0.15.14-dev14
## 0.15.14
### Enhancements

View File

@ -65,6 +65,7 @@ tests_to_ignore=(
'dropbox.sh'
'sharepoint.sh'
'databricks-volumes.sh'
'vectara.sh'
)
for test in "${all_tests[@]}"; do

View File

@ -1 +1 @@
__version__ = "0.15.14-dev14" # pragma: no cover
__version__ = "0.15.14" # pragma: no cover