Skip to content

Commit f3cb316

Browse files
committed
REL: 1.27.12
Bug Fixes (BUG): - _rebuild_xref_table expects trailer to be a dict (#857) Documentation (DOC): - Security Policy Full Changelog: 1.27.11...1.27.12
1 parent 48d5f0c commit f3cb316

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 1.27.12, 2022-05-02
2+
---------------------------
3+
4+
Bug Fixes (BUG):
5+
- _rebuild_xref_table expects trailer to be a dict (#857)
6+
7+
Documentation (DOC):
8+
- Security Policy
9+
10+
Full Changelog: https://github.com/py-pdf/PyPDF2/compare/1.27.11...1.27.12
11+
112
Version 1.27.11, 2022-05-02
213
---------------------------
314

PyPDF2/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.27.11"
1+
__version__ = "1.27.12"

0 commit comments

Comments
 (0)