From 757932944f54ba661b89e0629ed3fc9d8345dbab Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sun, 28 Jan 2024 16:07:43 +0100 Subject: [PATCH] REL: 4.0.1 ## 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](https://github.com/py-pdf/pypdf/compare/4.0.0...4.0.1) --- CHANGELOG.md | 10 ++++++++++ pypdf/_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 404c4f527..a54345dfb 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/pypdf/_version.py b/pypdf/_version.py index ce1305bf4..76ad18b89 100644 --- a/pypdf/_version.py +++ b/pypdf/_version.py @@ -1 +1 @@ -__version__ = "4.0.0" +__version__ = "4.0.1"