Skip to content

Commit

Permalink
Update CHANGELOG.md (#3818)
Browse files Browse the repository at this point in the history
  • Loading branch information
christinestraub authored Dec 9, 2024
1 parent 2f06d5a commit 18d6c81
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## 0.16.10-dev0
## 0.16.11-dev0

### Enhancements

- **Enhance quote standardization tests with additional Unicode scenarios
- **Enhance quote standardization tests** with additional Unicode scenarios

### Features

### Fixes

## 0.16.10

### Enhancements

### Features

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.16.10-dev0" # pragma: no cover
__version__ = "0.16.11-dev0" # pragma: no cover
1 change: 0 additions & 1 deletion unstructured/metrics/text_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def standardize_quotes(text: str) -> str:
double_quote_standard = '"'
single_quote_standard = "'"

# Apply double quote replacements
# Apply double quote replacements
for unicode_val in double_quotes.values():
unicode_char = unicode_to_char(unicode_val)
Expand Down

0 comments on commit 18d6c81

Please sign in to comment.