v12.7.1 release notes

This commit is contained in:
James R. Barlow
2021-10-27 01:20:06 -07:00
parent 77f7621bbc
commit 644581ed3c
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -18,6 +18,11 @@ wish to use some of its features for working with PDFs.
for Python 3.6 around that time. The change will be marked with a major
release.
v12.7.1
=======
- Declare support for pdfminer.six v20211012.
v12.7.0
=======
+1 -1
View File
@@ -51,7 +51,7 @@ install_requires =
img2pdf>=0.3.0,<0.5 # pure Python
importlib-metadata>=4;python_version<'3.8' # until Python 3.8
importlib-resources>=5;python_version<'3.9' # until Python 3.9
pdfminer.six!=20200720,>=20191110,<=20201018
pdfminer.six!=20200720,>=20191110,<=20211012
pikepdf>=2.10.0
pikepdf<3;implementation_name=="pypy" and python_version=='3.6'
pluggy>=0.13.0,<2