Skip to content

Commit 67fba9e

Browse files
julian-smith-artifex-comJorjMcKie
authored andcommitted
Update version numbers and dates for release.
1 parent 2e96d5d commit 67fba9e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ body:
4747
label: PyMuPDF version
4848
options:
4949
-
50+
- 1.25.1
5051
- 1.25.0
5152
- 1.24.14
5253
- 1.24.13

changes.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Change Log
22
==========
33

44

5-
**Changes in version 1.25.1 ()**
5+
**Changes in version 1.25.1 (2024-12-11)**
66

77
* Use MuPDF-1.25.2.
88

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.0** features as of **2024-12-05 00:00:01**.
3+
This documentation covers **PyMuPDF v1.25.1** features as of **2024-12-11 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

+2-2
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.0"
376+
pymupdf_version = "1.25.1"
377377
mupdf_version = mupdf.FZ_VERSION
378-
pymupdf_date = "2024-12-05 00:00:01"
378+
pymupdf_date = "2024-12-11 00:00:01"
379379

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

0 commit comments

Comments
 (0)