Skip to content

Commit ec543e6

Browse files
committed
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](3.17.2...3.17.3)
1 parent d3e7a35 commit ec543e6

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 3.17.3, 2023-12-17
4+
5+
### Robustness (ROB)
6+
- Out-of-bounds issue in handle_tj (text extraction) (#2342)
7+
8+
### Developer Experience (DEV)
9+
- Make make_release.py easier to configure (#2348)
10+
11+
### Maintenance (MAINT)
12+
- Bump actions/download-artifact from 3 to 4 (#2344)
13+
14+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.17.2...3.17.3)
15+
316
## Version 3.17.2, 2023-12-10
417

518
### Bug Fixes (BUG)

pypdf/_version.py

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

0 commit comments

Comments
 (0)