Skip to content

Commit 000ac49

Browse files
committed
REL: 1.28.1
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
1 parent f74d733 commit 000ac49

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 1.28.1, 2022-05-22
2+
--------------------------
3+
4+
Bug Fixes (BUG):
5+
- Incorrectly show deprecation warnings on internal usage (#887)
6+
7+
Maintenance (MAINT):
8+
- Add stacklevel=2 to deprecation warnings (#889)
9+
- Remove duplicate warnings imports (#888)
10+
11+
Full Changelog: https://github.com/py-pdf/PyPDF2/compare/1.28.0...1.28.1
12+
113
Version 1.28.0, 2022-05-22
214
--------------------------
315

PyPDF2/_version.py

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

0 commit comments

Comments
 (0)