Skip to content

Commit

Permalink
REL: 1.28.3
Browse files Browse the repository at this point in the history
Deprecations (DEP):
-  PEP8 renaming (#905)

Bug Fixes (BUG):
-  XmpInformation missing method _getText (#917)
-  Fix PendingDeprecationWarning on _merge_page (#904)

Full Changelog: 1.28.2...1.28.3
  • Loading branch information
MartinThoma committed May 28, 2022
1 parent 729e9a0 commit b36b0bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 1.28.3, 2022-05-28
--------------------------

Deprecations (DEP):
- PEP8 renaming (#905)

Bug Fixes (BUG):
- XmpInformation missing method _getText (#917)
- Fix PendingDeprecationWarning on _merge_page (#904)

Full Changelog: https:/py-pdf/PyPDF2/compare/1.28.2...1.28.3

Version 1.28.2, 2022-05-23
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion PyPDF2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.28.2"
__version__ = "1.28.3"

0 comments on commit b36b0bb

Please sign in to comment.