Skip to content

Commit

Permalink
REL: 3.16.4
Browse files Browse the repository at this point in the history
## What's new

### Bug Fixes (BUG)
-  Avoid exceeding recursion depth when retrieving image mode (#2251) by @stefan6419846

### Maintenance (MAINT)
-  Bump sample-files by @MartinThoma

[Full Changelog](3.16.3...3.16.4)
  • Loading branch information
MartinThoma committed Oct 10, 2023
1 parent c6908ea commit bf009ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## Version 3.16.4, 2023-10-10

### Bug Fixes (BUG)
- Avoid exceeding recursion depth when retrieving image mode (#2251)

[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.16.3...3.16.4)

## Version 3.16.3, 2023-10-08

### Bug Fixes (BUG)
Expand Down
2 changes: 1 addition & 1 deletion pypdf/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.16.3"
__version__ = "3.16.4"

0 comments on commit bf009ae

Please sign in to comment.