Skip to content

Commit d14f1de

Browse files
committed
REL: 2.11.1
Bug Fixes (BUG): - td matrix (#1373) - Cope with cmap from #1322 (#1372) Robustness (ROB): - Cope with str returned from get_data in cmap (#1380) Full Changelog: 2.11.0...2.11.1
1 parent d5111e1 commit d14f1de

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## Version 2.11.1, 2022-10-09
4+
5+
### Bug Fixes (BUG)
6+
- td matrix (#1373)
7+
- Cope with cmap from #1322 (#1372)
8+
9+
### Robustness (ROB)
10+
- Cope with str returned from get_data in cmap (#1380)
11+
12+
Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.11.0...2.11.1
13+
314
## Version 2.11.0, 2022-09-25
415

516
### New Features (ENH)

PyPDF2/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.11.0"
1+
__version__ = "2.11.1"

0 commit comments

Comments
 (0)