pymupdf / PyMuPDF

PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.
https://pymupdf.readthedocs.io
GNU Affero General Public License v3.0
4.49k stars 443 forks source link

not last version reported #3616

Closed jesuslop closed 4 days ago

jesuslop commented 5 days ago

Description of the bug

pymupdf.pymupdf_version evals to 1.24.5 instad of 1.24.6

How to reproduce the bug

C:\Users\xxx>pip show pymupdf
Name: PyMuPDF
Version: 1.24.6
Summary: A high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.
Home-page:
...

C:\Users\xxx>python
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymupdf
>>> pymupdf.pymupdf_version
'1.24.5'

PyMuPDF version

1.24.6

Operating system

Windows

Python version

3.10

julian-smith-artifex-com commented 5 days ago

You're quite right, thanks for letting us know.

[The version/date-checking code went wrong because of the rename of VersionBind => pymupdf_version.]

julian-smith-artifex-com commented 4 days ago

Fixed in 1.24.7.