Skip to content

Commit

Permalink
REL: Version 3.5.1, 2023-03-05
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
MartinThoma committed Mar 5, 2023
1 parent 39f52dc commit 081751c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 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](https://github.com/py-pdf/pypdf/compare/3.5.0...3.5.1)

## Version 3.5.0, 2023-02-26

### New Features (ENH)
Expand Down
2 changes: 1 addition & 1 deletion pypdf/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.5.0"
__version__ = "3.5.1"

0 comments on commit 081751c

Please sign in to comment.