Skip to content

Commit

Permalink
chore(pyproject): bump version to 0.0.1a26
Browse files Browse the repository at this point in the history
- update version number to 0.0.1a25 for new release
  • Loading branch information
awwaawwa committed Jan 21, 2025
1 parent 6b03e96 commit fd796f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "yadt"
version = "0.0.1a25"
version = "0.0.1a26"
description = "Yet Another Document Translator"
license = "AGPL-3.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion yadt/document_il/midend/il_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def get_translate_input(
page_font_map[paragraph.pdf_style.font_id], "1"
).font_id
)
or len(composition.pdf_same_style_characters.pdf_character) == 1
# or len(composition.pdf_same_style_characters.pdf_character) == 1
):
chars.extend(composition.pdf_same_style_characters.pdf_character)
continue
Expand Down

0 comments on commit fd796f0

Please sign in to comment.