Skip to content

Commit

Permalink
build(release): release commit for 0.15.14 (#3709)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
christinestraub authored Oct 10, 2024
1 parent 2f496f8 commit 6ba376a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.15.14-dev14
## 0.15.14

### Enhancements

Expand Down
1 change: 1 addition & 0 deletions test_unstructured_ingest/test-ingest-dest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ tests_to_ignore=(
'dropbox.sh'
'sharepoint.sh'
'databricks-volumes.sh'
'vectara.sh'
)

for test in "${all_tests[@]}"; do
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.14-dev14" # pragma: no cover
__version__ = "0.15.14" # pragma: no cover

0 comments on commit 6ba376a

Please sign in to comment.