Skip to content

Commit a876a77

Browse files
committed
REL: 3.7.1
Security (SEC): - Warn about PDF encryption security (#1755) Robustness (ROB): - Prevent loop in Cloning (#1770) - Capture UnicodeDecodeError at PdfReader.pdf_header (#1768) Documentation (DOC): - Pin myst_parser==0.16.1 and rename .readthedocs.yaml (#1752) - Add readthedocs.yml and bump docs dependencies using `tox -e deps` (#1750) Developer Experience (DEV): - Make make_changelog.py idempotent Maintenance (MAINT): - Move generation of file identifiers to a method (#1760) Testing (TST): - Add xmp test (#1775) Code Style (STY): - Improve language, add docstrings, fix TODOs (#1772) - Test names, docstrings, and parametrization (#1771) [Full Changelog](3.7.0...3.7.1)
1 parent ac0cb98 commit a876a77

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## Version 3.7.1, 2023-04-09
4+
5+
### Security (SEC)
6+
- Warn about PDF encryption security (#1755)
7+
8+
### Robustness (ROB)
9+
- Prevent loop in Cloning (#1770)
10+
- Capture UnicodeDecodeError at PdfReader.pdf_header (#1768)
11+
12+
### Documentation (DOC)
13+
- Add .readthedocs.yaml and bump docs dependencies using `tox -e deps` (#1750, #1752)
14+
15+
### Developer Experience (DEV)
16+
- Make make_changelog.py idempotent
17+
18+
### Maintenance (MAINT)
19+
- Move generation of file identifiers to a method (#1760)
20+
21+
### Testing (TST)
22+
- Add xmp test (#1775)
23+
24+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.7.0...3.7.1)
25+
326
## Version 3.7.0, 2023-03-26
427

528
### Security (SEC)

pypdf/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.7.0"
1+
__version__ = "3.7.1"

0 commit comments

Comments
 (0)