Skip to content

Commit 5de1131

Browse files
authored
Merge branch 'main' into slash
2 parents 0d71061 + 7579329 commit 5de1131

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## Version 4.0.1, 2024-01-28
4+
5+
### Bug Fixes (BUG)
6+
- layout mode text extraction ZeroDivisionError (#2417)
7+
8+
### Testing (TST)
9+
- Skip tests using fpdf2 if it's not installed (#2419)
10+
11+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/4.0.0...4.0.1)
12+
313
## Version 4.0.0, 2024-01-19
414

515
### Deprecations (DEP)

pypdf/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.0"
1+
__version__ = "4.0.1"

0 commit comments

Comments
 (0)