Skip to content

Commit 1c3baab

Browse files
committed
REL: 5.3.0
## What's new ### New Features (ENH) - Handle attachments in /Kids and provide object-oriented API (#3108) by @stefan6419846 ### Bug Fixes (BUG) - Handle annotations being None on merging (#3111) by @stefan6419846 ### Robustness (ROB) - Prevent excessive layout mode text output from Type3 fonts (#3082) by @shartzog ### Documentation (DOC) - stefan6419846 becomes BDFL of pypdf (#3078) by @MartinThoma ### Developer Experience (DEV) - Remove ignoring multiple Ruff rules by @j-t-1 - Remove unused mutmut configuration (#3092) by @stefan6419846 ### Testing (TST) - Fix warning assertions to use `pytest.warns()` (#3083) by @mgorny [Full Changelog](5.2.0...5.3.0)
1 parent 6dfa255 commit 1c3baab

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# CHANGELOG
22

3+
## Version 5.3.0, 2025-02-09
4+
5+
### New Features (ENH)
6+
- Handle attachments in /Kids and provide object-oriented API (#3108)
7+
8+
### Bug Fixes (BUG)
9+
- Handle annotations being None on merging (#3111)
10+
11+
### Robustness (ROB)
12+
- Prevent excessive layout mode text output from Type3 fonts (#3082)
13+
14+
### Documentation (DOC)
15+
- stefan6419846 becomes BDFL of pypdf (#3078)
16+
- Tidy the visitor function description (#3086)
17+
18+
### Developer Experience (DEV)
19+
- Remove ignoring multiple Ruff rules
20+
- Remove unused mutmut configuration (#3092)
21+
22+
### Testing (TST)
23+
- Fix warning assertions to use `pytest.warns()` (#3083)
24+
25+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/5.2.0...5.3.0)
26+
327
## Version 5.2.0, 2025-01-26
428

529
### Deprecations (DEP)

pypdf/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.2.0"
1+
__version__ = "5.3.0"

0 commit comments

Comments
 (0)