Skip to content

Commit c411a1e

Browse files
committed
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](3.17.0...3.17.1)
1 parent e9ef60a commit c411a1e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## Version 3.17.1, 2023-11-14
4+
5+
### Bug Fixes (BUG)
6+
- Mediabox expansion size when applying non-right angle rotation (#2282)
7+
8+
### Robustness (ROB)
9+
- MissingWidth is IndirectObject (#2288)
10+
- Initialize states array with an empty value (#2280)
11+
12+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.17.0...3.17.1)
13+
314
## Version 3.17.0, 2023-10-29
415

516
### Security (SEC)

pypdf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.17.0"
1+
__version__ = "3.17.1"

0 commit comments

Comments
 (0)