Skip to content

Commit

Permalink
Update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Dec 8, 2024
1 parent 86d92ef commit 15df9c3
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ v16.7.0
- Code that previously sent Ghostscript output to stdout has been changed to
output to temporary files, since Ghostscript was doing that anyway internally.
This is a modest efficiency improvement.
- Fixed an issue with debug log output being parsed as rich markup. :issue:`1444`

v16.6.2
=======
Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,9 @@ convention = "google"
quote-style = "preserve"

[dependency-groups]
dev = ["mypy>=1.13.0"]
dev = [
"mypy>=1.13.0",
"pymupdf>=1.24.14",
"streamlit-pdf-viewer>=0.0.19",
"streamlit>=1.40.2",
]
Loading

0 comments on commit 15df9c3

Please sign in to comment.