Skip to content

Commit 1d16ca5

Browse files
committed
REL: 3.12.2
Bug Fixes (BUG): - Accept calRGB and calGray color_spaces (#1968) - Process 2bits and 4bits images (#1967) - Check for AcroForm and ensure it is not None (#1965) Developer Experience (DEV): - Automate the release process (#1970) [Full Changelog](3.12.1...3.12.2)
1 parent 21e4a75 commit 1d16ca5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## Version 3.12.2, 2023-07-16
4+
5+
### Bug Fixes (BUG)
6+
- Accept calRGB and calGray color_spaces (#1968)
7+
- Process 2bits and 4bits images (#1967)
8+
- Check for AcroForm and ensure it is not None (#1965)
9+
10+
### Developer Experience (DEV)
11+
- Automate the release process (#1970)
12+
13+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.12.1...3.12.2)
14+
315
## Version 3.12.1, 2023-07-09
416

517
### 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.1"
1+
__version__ = "3.12.2"

0 commit comments

Comments
 (0)