Skip to content

Commit 3cd80e1

Browse files
Updated release dates.
1 parent 2838348 commit 3cd80e1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

changes.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ Change Log
22
==========
33

44

5-
**Changes in version 1.25.5 ()**
6-
7-
* Use MuPDF-1.25.6.
5+
**Changes in version 1.25.5 (2025-03-31)**
86

97
* Fixed issues:
108

119
* **Fixed** `4372 <https://github.com/pymupdf/PyMuPDF/issues/4372>`_: Text insertion fails due to missing /Resources object
1210
* **Fixed** `4400 <https://github.com/pymupdf/PyMuPDF/issues/4400>`_: Infinite loop in fill_textbox
1311
* **Fixed** `4403 <https://github.com/pymupdf/PyMuPDF/issues/4403>`_: Unable to get_text() - layer/clip nesting too deep
12+
* **Fixed** `4415 <https://github.com/pymupdf/PyMuPDF/issues/4415>`_: PDF page is mirrored, origin is at bottom-left
1413

1514
* Other:
1615

16+
* Use MuPDF-1.25.6.
1717
* Fixed MuPDF SEGV on MacOS with particular fonts.
1818
* Fixed `Annot.get_textpage()`'s `clip` arg.
1919
* Fixed Python-3.14 (pre-release) build error.

docs/version.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
----
22

3-
This documentation covers **PyMuPDF v1.25.5** features as of **2025-03-14 00:00:01**.
3+
This documentation covers **PyMuPDF v1.25.5** features as of **2025-03-31 00:00:01**.
44

55
The major and minor versions of **PyMuPDF** and **MuPDF** will always be the same. Only the third qualifier (patch level) may deviate from that of **MuPDF**.
66

src/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def _int_rc(text):
375375
#
376376
pymupdf_version = "1.25.5"
377377
mupdf_version = mupdf.FZ_VERSION
378-
pymupdf_date = "2025-03-14 00:00:01"
378+
pymupdf_date = "2025-03-31 00:00:01"
379379

380380
# Versions as tuples; useful when comparing versions.
381381
#

0 commit comments

Comments
 (0)