Skip to content

Commit 85b53d8

Browse files
committed
REL: 6.2.0
## What's new ### New Features (ENH) - Add 'strict' parameter to PDFWriter (#3503) by @Arya-A-Nair ### Bug Fixes (BUG) - PdfWriter.append fails when there are articles being None (#3509) by @Noah-Houghton ### Documentation (DOC) - Execute docs examples in CI (#3507) by @ievgen-kapinos [Full Changelog](6.1.3...6.2.0)
1 parent 1967d25 commit 85b53d8

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 6.2.0, 2025-11-09
4+
5+
### New Features (ENH)
6+
- Add 'strict' parameter to PDFWriter (#3503)
7+
8+
### Bug Fixes (BUG)
9+
- PdfWriter.append fails when there are articles being None (#3509)
10+
11+
### Documentation (DOC)
12+
- Execute docs examples in CI (#3507)
13+
14+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.1.3...6.2.0)
15+
316
## Version 6.1.3, 2025-10-22
417

518
### Security (SEC)

pypdf/_version.py

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

0 commit comments

Comments
 (0)