Skip to content

Commit

Permalink
REL: 2.3.1
Browse files Browse the repository at this point in the history
BUG: Add _codecs subpackage to distribution

Thank you @nyanpasu64 for reporting it!

Closes #1011

Co-authored-by: nyanpasu64 <[email protected]>
  • Loading branch information
MartinThoma and nyanpasu64 committed Jun 19, 2022
1 parent d5bc278 commit 6b9f472
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.3.1, 2022-06-19
-------------------------

BUG: Forgot to add the interal `_codecs` subpackage.

Version 2.3.0, 2022-06-19
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion PyPDF2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.0"
__version__ = "2.3.1"
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ classifiers =
Typing :: Typed

[options]
packages = PyPDF2
packages =
PyPDF2
PyPDF2._codecs
python_requires = >=3.6
install_requires =
typing_extensions; python_version < '3.10'
Expand Down

0 comments on commit 6b9f472

Please sign in to comment.