From c411a1efc01d0f62fa36832bf009640601466652 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Tue, 14 Nov 2023 09:20:53 +0100 Subject: [PATCH] REL: 3.17.1 ## What's new ### Bug Fixes (BUG) - Mediabox expansion size when applying non-right angle rotation (#2282) by @MrinalJain17 ### Robustness (ROB) - MissingWidth is IndirectObject (#2288) by @MartinThoma - Initialize states array with an empty value (#2280) by @alexey-v-paramonov ### Documentation (DOC) - Typo in example in extract-attachments.md (#2285) by @ageitgey - Add Alexey Paramonov as a contributor for #2280 by @MartinThoma ### Maintenance (MAINT) - Update sample-files by @MartinThoma [Full Changelog](https://github.com/py-pdf/pypdf/compare/3.17.0...3.17.1) --- CHANGELOG.md | 11 +++++++++++ pypdf/_version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c86447d49..6102d43b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## Version 3.17.1, 2023-11-14 + +### Bug Fixes (BUG) +- Mediabox expansion size when applying non-right angle rotation (#2282) + +### Robustness (ROB) +- MissingWidth is IndirectObject (#2288) +- Initialize states array with an empty value (#2280) + +[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.17.0...3.17.1) + ## Version 3.17.0, 2023-10-29 ### Security (SEC) diff --git a/pypdf/_version.py b/pypdf/_version.py index a3207ca50..7e84c71b2 100644 --- a/pypdf/_version.py +++ b/pypdf/_version.py @@ -1 +1 @@ -__version__ = "3.17.0" +__version__ = "3.17.1"