Skip to content

Commit

Permalink
Update version numbers and dates for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Dec 10, 2024
1 parent b6afae8 commit 8242d70
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ body:
label: PyMuPDF version
options:
-
- 1.25.1
- 1.25.0
- 1.24.14
- 1.24.13
Expand Down
2 changes: 1 addition & 1 deletion changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Change Log
==========


**Changes in version 1.25.1 ()**
**Changes in version 1.25.1 (2024-12-11)**

* Use MuPDF-1.25.2.

Expand Down
2 changes: 1 addition & 1 deletion docs/version.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
----

This documentation covers **PyMuPDF v1.25.0** features as of **2024-12-05 00:00:01**.
This documentation covers **PyMuPDF v1.25.1** features as of **2024-12-11 00:00:01**.

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**.

Expand Down
4 changes: 2 additions & 2 deletions src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,9 @@ def _int_rc(text):

# Basic version information.
#
pymupdf_version = "1.25.0"
pymupdf_version = "1.25.1"
mupdf_version = mupdf.FZ_VERSION
pymupdf_date = "2024-12-05 00:00:01"
pymupdf_date = "2024-12-11 00:00:01"

# Versions as tuples; useful when comparing versions.
#
Expand Down

0 comments on commit 8242d70

Please sign in to comment.