Skip to content

Commit

Permalink
REL: 3.17.3
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
MartinThoma committed Dec 17, 2023
1 parent d3e7a35 commit ec543e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion pypdf/_version.py
@@ -1 +1 @@
__version__ = "3.17.2"
__version__ = "3.17.3"

0 comments on commit ec543e6

Please sign in to comment.