Skip to content

Commit d84e90c

Browse files
Update version numbers and dates for release.
1 parent 8f2be1e commit d84e90c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ body:
4747
label: PyMuPDF version
4848
options:
4949
-
50+
- 1.25.3
5051
- 1.25.2
5152
- 1.25.1
5253
- 1.25.0

changes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Change Log
22
==========
33

44

5-
**Changes in version 1.25.3 ()**
5+
**Changes in version 1.25.3 (2025-02-06)**
66

77
* Use MuPDF-1.25.4.
88

docs/version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
----
22

3-
This documentation covers **PyMuPDF v1.25.2** features as of **2025-01-17 00:00:01**.
3+
This documentation covers **PyMuPDF v1.25.3** features as of **2025-02-06 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,9 @@ def _int_rc(text):
373373

374374
# Basic version information.
375375
#
376-
pymupdf_version = "1.25.2"
376+
pymupdf_version = "1.25.3"
377377
mupdf_version = mupdf.FZ_VERSION
378-
pymupdf_date = "2025-01-17 00:00:01"
378+
pymupdf_date = "2025-02-06 00:00:01"
379379

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

0 commit comments

Comments
 (0)