Skip to content

Commit

Permalink
0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpmaxp committed Apr 29, 2024
1 parent 320b458 commit 64c8b86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
pdfreader 0.1.14
---------------------------
- issue #106 - use Unicode replace character when codes are out of Unicode range

pdfreader 0.1.13
---------------------------
- issue #106 - use Unicode replace character when codes are out of Unicode range
- issue #109 - work around unexpected predictors and corrupted images
- Bump pycryptodome from 3.9.9 to 3.19.1
- issue #113 - get rid of `pkg_resources`
Expand Down
2 changes: 1 addition & 1 deletion pdfreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
register_pdf_encodings()

#: package version
__version__ = version = '0.1.13'
__version__ = version = '0.1.14'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if sys.version_info[:2] < (3, 6):
warnings.warn("Python version >= 3.6 required.")

version = '0.1.13'
version = '0.1.14'


import os.path
Expand Down

0 comments on commit 64c8b86

Please sign in to comment.