Skip to content

Commit fb34775

Browse files
committed
REL: 2.11.2
1 parent 4b1cbde commit fb34775

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

3+
## Version 2.11.2, 2022-11-20
4+
5+
### New Features (ENH)
6+
- Add remove_from_tree (#1432)
7+
- Add AnnotationBuilder.rectangle (#1388)
8+
9+
### Bug Fixes (BUG)
10+
- JavaScript executed twice (#1439)
11+
- ToUnicode stores /Identity-H instead of stream (#1433)
12+
- Declare Pillow as optional dependency (#1392)
13+
14+
### Developer Experience (DEV)
15+
- Link 'Full Changelog' automatically
16+
- Modify read_string_from_stream to a benchmark (#1415)
17+
- Improve error reporting of read_object (#1412)
18+
- Test Python 3.11 (#1404)
19+
- Extend Flake8 ignore list (#1410)
20+
- Use correct pytest markers (#1407)
21+
- Move project configuration to pyproject.toml (#1382)
22+
23+
[Full Changelog](https://github.com/py-pdf/PyPDF2/compare/2.11.1...2.11.2)
24+
325
## Version 2.11.1, 2022-10-09
426

527
### Bug Fixes (BUG)

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ upload:
1212
flit publish
1313

1414
clean:
15-
python setup.py clean --all
1615
pyclean .
1716
rm -rf tests/__pycache__ PyPDF2/__pycache__ Image9.png htmlcov docs/_build dist dont_commit_merged.pdf dont_commit_writer.pdf PyPDF2.egg-info PyPDF2_pdfLocation.txt .pytest_cache .mypy_cache .benchmarks
1817

PyPDF2/_version.py

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

0 commit comments

Comments
 (0)