From f3cb316f0135bc4f761e78086effa66e1652b2e4 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Mon, 2 May 2022 21:10:50 +0200 Subject: [PATCH] REL: 1.27.12 Bug Fixes (BUG): - _rebuild_xref_table expects trailer to be a dict (#857) Documentation (DOC): - Security Policy Full Changelog: https://github.com/py-pdf/PyPDF2/compare/1.27.11...1.27.12 --- CHANGELOG | 11 +++++++++++ PyPDF2/_version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 80593c86a..8dae6fcef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +Version 1.27.12, 2022-05-02 +--------------------------- + +Bug Fixes (BUG): +- _rebuild_xref_table expects trailer to be a dict (#857) + +Documentation (DOC): +- Security Policy + +Full Changelog: https://github.com/py-pdf/PyPDF2/compare/1.27.11...1.27.12 + Version 1.27.11, 2022-05-02 --------------------------- diff --git a/PyPDF2/_version.py b/PyPDF2/_version.py index 3590d6f3e..714da5ac0 100644 --- a/PyPDF2/_version.py +++ b/PyPDF2/_version.py @@ -1 +1 @@ -__version__ = "1.27.11" +__version__ = "1.27.12"