Skip to content

Commit

Permalink
REL: 2.10.7
Browse files Browse the repository at this point in the history
Bug Fixes (BUG):
-  Fix Error in transformations (#1341)
-  Decode #23 in NameObject (#1342)

Testing (TST):
-  Use pytest.warns() for warnings, and .raises() for exceptions (#1325)

Full Changelog: 2.10.6...2.10.7
  • Loading branch information
MartinThoma committed Sep 11, 2022
1 parent 7e23624 commit e23b985
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## Version 2.10.7, 2022-09-11

### Bug Fixes (BUG)
- Fix Error in transformations (#1341)
- Decode #23 in NameObject (#1342)

### Testing (TST)
- Use pytest.warns() for warnings, and .raises() for exceptions (#1325)

Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.6...2.10.7


## Version 2.10.6, 2022-09-09

### Robustness (ROB)
Expand Down
2 changes: 1 addition & 1 deletion PyPDF2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.10.6"
__version__ = "2.10.7"

0 comments on commit e23b985

Please sign in to comment.