Skip to content

Commit

Permalink
REL: 1.28.1
Browse files Browse the repository at this point in the history
Bug Fixes (BUG):
-  Incorrectly show deprecation warnings on internal usage (#887)

Maintenance (MAINT):
-  Add stacklevel=2 to deprecation warnings (#889)
-  Remove duplicate warnings imports (#888)

Full Changelog: 1.28.0...1.28.1
  • Loading branch information
MartinThoma committed May 22, 2022
1 parent f74d733 commit 000ac49
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.1, 2022-05-22
--------------------------

Bug Fixes (BUG):
- Incorrectly show deprecation warnings on internal usage (#887)

Maintenance (MAINT):
- Add stacklevel=2 to deprecation warnings (#889)
- Remove duplicate warnings imports (#888)

Full Changelog: https://github.com/py-pdf/PyPDF2/compare/1.28.0...1.28.1

Version 1.28.0, 2022-05-22
--------------------------

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.0"
__version__ = "1.28.1"

0 comments on commit 000ac49

Please sign in to comment.