From 998d5bad34956524abb5017ca98eb98e78f977ce Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Mon, 2 May 2022 08:46:14 +0200 Subject: [PATCH] REL: 1.27.11 Bug Fixes (BUG): - Incorrectly issued xref warning/exception (#855) Full Changelog: https://github.com/py-pdf/PyPDF2/compare/1.27.10...1.27.11 --- CHANGELOG | 8 ++++++++ PyPDF2/_version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ffb1b14df..80593c86a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +Version 1.27.11, 2022-05-02 +--------------------------- + +Bug Fixes (BUG): +- Incorrectly issued xref warning/exception (#855) + +Full Changelog: https://github.com/py-pdf/PyPDF2/compare/1.27.10...1.27.11 + Version 1.27.10, 2022-05-01 --------------------------- diff --git a/PyPDF2/_version.py b/PyPDF2/_version.py index f9cf707f9..3590d6f3e 100644 --- a/PyPDF2/_version.py +++ b/PyPDF2/_version.py @@ -1 +1 @@ -__version__ = "1.27.10" +__version__ = "1.27.11"