Skip to content

Commit

Permalink
REL: 3.12.2
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
MartinThoma committed Jul 16, 2023
1 parent 21e4a75 commit 1d16ca5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## Version 3.12.2, 2023-07-16

### 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](https://github.com/py-pdf/pypdf/compare/3.12.1...3.12.2)

## Version 3.12.1, 2023-07-09

### Bug Fixes (BUG)
Expand Down
2 changes: 1 addition & 1 deletion pypdf/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.12.1"
__version__ = "3.12.2"

0 comments on commit 1d16ca5

Please sign in to comment.