Skip to content

Commit 081751c

Browse files
committed
REL: Version 3.5.1, 2023-03-05
Robustness (ROB) - Some attributes not copied in DictionaryObject._clone (#1635) - Allow merging multiple time pages with annots (#1624) Testing (TST) - Replace pytest.mark.external by enable_socket (#1657) [Full Changelog](3.5.0...3.5.1)
1 parent 39f52dc commit 081751c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## Version 3.5.1, 2023-03-05
4+
5+
### Robustness (ROB)
6+
- Some attributes not copied in DictionaryObject._clone (#1635)
7+
- Allow merging multiple time pages with annots (#1624)
8+
9+
### Testing (TST)
10+
- Replace pytest.mark.external by enable_socket (#1657)
11+
12+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.5.0...3.5.1)
13+
314
## Version 3.5.0, 2023-02-26
415

516
### New Features (ENH)

pypdf/_version.py

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

0 commit comments

Comments
 (0)