Skip to content

Commit c3613da

Browse files
committed
REL: 3.16.3
## What's new ### Bug Fixes (BUG) - invalid cm/tm in visitor functions (#2206) by @pubpub-zz - Encrypt / decrypt Stream object dictionaries (#2228) by @pilotandy - Support nested color spaces for the /DeviceN color space (#2241) by @Stefan - images property fails if NullObject in list (#2215) by @pubpub-zz ### Robustness (ROB) - XYZ destination to cope with missing left and top param (#2237) by @pubpub-zz ### Documentation (DOC) - Add pilotandy for #2228 as a contributor by @MartinThoma - Link to CONTRIBUTING.md in README.md (#2232) by @markpfeifle - Changelog by @MartinThoma ### Developer Experience (DEV) - Exclude tests from mypy checks by @MartinThoma - Unify mypy options and warn redundant workarounds (#2223) by @exiledkingcc - Stabilize Pillow test with Pillow missing (#2229) by @Stefan ### Maintenance (MAINT) - Update pinned packages (#2243) by @MartinThoma ### Testing (TST) - Regression test against non-deterministic accidental object reuse (#2244) by @MartinThoma [Full Changelog](3.16.2...3.16.3)
1 parent bcd85c4 commit c3613da

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## Version 3.16.3, 2023-10-08
4+
5+
### Bug Fixes (BUG)
6+
- Invalid cm/tm in visitor functions (#2206)
7+
- Encrypt / decrypt Stream object dictionaries (#2228)
8+
- Support nested color spaces for the /DeviceN color space (#2241)
9+
- Images property fails if NullObject in list (#2215)
10+
11+
### Developer Experience (DEV)
12+
- Unify mypy options and warn redundant workarounds (#2223)
13+
14+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.16.2...3.16.3)
15+
316
## Version 3.16.2, 2023-09-24
417

518
### Bug Fixes (BUG)

pypdf/_version.py

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

0 commit comments

Comments
 (0)