Skip to content

Commit 2ddc48a

Browse files
committed
REL: 2.10.3
Robustness (ROB): - Decrypt returns empty bytestring (#1258) Documentation (DOC): - Adding WevertonGomes as a Contributor Developer Experience (DEV): - Modify CI to better verify built package contents (#1244) Maintenance (MAINT): - Remove unused sign function in _extract_text (#1262) - Remove \'mine\' as PdfMerger always creates the stream (#1261) - Let PdfMerger._create_stream raise NotImplemented (#1251) - password param of _security._alg32(...) is only a string, not bytes (#1259) - Remove unreachable code in read_block_backwards (#1250) Testing (TST): - Delete annotations (#1263) - Close PdfMerger in tests (#1260) - PdfReader.xmp_metadata workflow (#1257) - Various PdfWriter (Layout, Bookmark deprecation) (#1249) Full Changelog: 2.10.2...2.10.3
1 parent b086e20 commit 2ddc48a

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# CHANGELOG
22

3+
## Version 2.10.3, 2022-08-21
4+
5+
### Robustness (ROB)
6+
- Decrypt returns empty bytestring (#1258)
7+
8+
### Developer Experience (DEV)
9+
- Modify CI to better verify built package contents (#1244)
10+
11+
### Maintenance (MAINT)
12+
- Remove 'mine' as PdfMerger always creates the stream (#1261)
13+
- Let PdfMerger._create_stream raise NotImplemented (#1251)
14+
- password param of _security._alg32(...) is only a string, not bytes (#1259)
15+
- Remove unreachable code in read_block_backwards (#1250)
16+
and sign function in _extract_text (#1262)
17+
18+
### Testing (TST)
19+
- Delete annotations (#1263)
20+
- Close PdfMerger in tests (#1260)
21+
- PdfReader.xmp_metadata workflow (#1257)
22+
- Various PdfWriter (Layout, Bookmark deprecation) (#1249)
23+
24+
Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.2...2.10.3
25+
326
## Version 2.10.2, 2022-08-15
427

528
BUG: Add PyPDF2.generic to PyPI distribution

PyPDF2/_version.py

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

0 commit comments

Comments
 (0)