Skip to content

Commit 7d07401

Browse files
committed
REL: 3.1.0
Move PyPDF2 to pypdf (#1513). This now it's all lowercase, no number in the name. For installation and for import. PyPDF2 will no longer receive updates. The community should move back to its roots. [Full Changelog](3.0.0...3.1.0)
1 parent 0844c93 commit 7d07401

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## Version 3.1.0, 2022-12-23
4+
5+
Move PyPDF2 to pypdf (#1513). This now it's all lowercase, no number in the
6+
name. For installation and for import. PyPDF2 will no longer receive updates.
7+
The community should move back to its roots.
8+
9+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.0.0...3.1.0)
10+
311
## Version 3.0.0, 2022-12-22
412

513
### BREAKING CHANGES ⚠️

pypdf/_version.py

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

0 commit comments

Comments
 (0)