release version 0.6.0

This commit is contained in:
Johannes Schauer Marin Rodrigues 2025-02-15 15:07:29 +01:00
parent 9e6eba9f40
commit 08c4d9beec
Signed by: josch
GPG key ID: F2CBA5C78FBD83E1
3 changed files with 9 additions and 2 deletions

View file

@ -2,6 +2,13 @@
CHANGES
=======
0.6.0 (2025-02-15)
------------------
- Add support for JBIG2 (generic coding)
- Add convert_to_docobject() broken out from convert()
- Add pil_get_dpi() broken out from get_imgmetadata()
0.5.1 (2023-11-26)
------------------

View file

@ -1,7 +1,7 @@
import sys
from setuptools import setup
VERSION = "0.5.1"
VERSION = "0.6.0"
INSTALL_REQUIRES = (
"Pillow",

View file

@ -62,7 +62,7 @@ try:
except ImportError:
have_pikepdf = False
__version__ = "0.5.1"
__version__ = "0.6.0"
default_dpi = 96.0
papersizes = {
"letter": "8.5inx11in",