From ec543e67132ad2e31fb44a6c9591981ce895de77 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sun, 17 Dec 2023 22:05:10 +0100 Subject: [PATCH] REL: 3.17.3 ## What's new ### Robustness (ROB) - Out-of-bounds issue in handle_tj (text extraction) (#2342) by @rgwood-rely ### Developer Experience (DEV) - Make make_release.py easier to configure (#2348) by @MartinThoma ### Maintenance (MAINT) - Bump actions/download-artifact from 3 to 4 (#2344) by @dependabot[bot] [Full Changelog](https://github.com/py-pdf/pypdf/compare/3.17.2...3.17.3) --- CHANGELOG.md | 13 +++++++++++++ pypdf/_version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f52bf270..f1e94335e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## Version 3.17.3, 2023-12-17 + +### Robustness (ROB) +- Out-of-bounds issue in handle_tj (text extraction) (#2342) + +### Developer Experience (DEV) +- Make make_release.py easier to configure (#2348) + +### Maintenance (MAINT) +- Bump actions/download-artifact from 3 to 4 (#2344) + +[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.17.2...3.17.3) + ## Version 3.17.2, 2023-12-10 ### Bug Fixes (BUG) diff --git a/pypdf/_version.py b/pypdf/_version.py index 4874dc2b7..c6905e1d1 100644 --- a/pypdf/_version.py +++ b/pypdf/_version.py @@ -1 +1 @@ -__version__ = "3.17.2" +__version__ = "3.17.3"