Skip to content

Commit 74f8175

Browse files
committed
REL: 3.13.0
New Features (ENH): - Add is_open in outlines in PdfReader and PdfWriter (#1960) Bug Fixes (BUG): - Search /DA in hierarchy fields (#2002) - Cope with different ISO date length (#1999) - Decode Black only/CMYK deviceN images (#1984) - Process CMYK in deflate images (#1977) Developer Experience (DEV): - Add mypy to pre-commit (#2001) - Release automation (#1991, #1985) [Full Changelog](3.12.2...3.13.0)
1 parent 271945b commit 74f8175

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# CHANGELOG
22

3+
## Version 3.13.0, 2023-07-23
4+
5+
### New Features (ENH)
6+
- Add is_open in outlines in PdfReader and PdfWriter (#1960)
7+
8+
### Bug Fixes (BUG)
9+
- Search /DA in hierarchy fields (#2002)
10+
- Cope with different ISO date length (#1999)
11+
- Decode Black only/CMYK deviceN images (#1984)
12+
- Process CMYK in deflate images (#1977)
13+
14+
### Developer Experience (DEV)
15+
- Add mypy to pre-commit (#2001)
16+
- Release automation (#1991, #1985)
17+
18+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.12.2...3.13.0)
19+
320
## Version 3.12.2, 2023-07-16
421

522
### 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.12.2"
1+
__version__ = "3.13.0"

0 commit comments

Comments
 (0)