Skip to content

Commit

Permalink
REL: 4.0.1
Browse files Browse the repository at this point in the history
## What's new

### Bug Fixes (BUG)
-  layout mode text extraction ZeroDivisionError (#2417) by @shartzog

### Testing (TST)
-  Skip tests using fpdf2 if it\'s not installed (#2419) by @MartinThoma

[Full Changelog](4.0.0...4.0.1)
  • Loading branch information
MartinThoma committed Jan 28, 2024
1 parent 54ae0a6 commit 7579329
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# CHANGELOG

## Version 4.0.1, 2024-01-28

### Bug Fixes (BUG)
- layout mode text extraction ZeroDivisionError (#2417)

### Testing (TST)
- Skip tests using fpdf2 if it's not installed (#2419)

[Full Changelog](https://github.com/py-pdf/pypdf/compare/4.0.0...4.0.1)

## Version 4.0.0, 2024-01-19

### Deprecations (DEP)
Expand Down
2 changes: 1 addition & 1 deletion pypdf/_version.py
@@ -1 +1 @@
__version__ = "4.0.0"
__version__ = "4.0.1"

0 comments on commit 7579329

Please sign in to comment.