Skip to content

Commit b627b59

Browse files
Updated version numbers and dates for release 1.24.10.
1 parent b1e9f43 commit b627b59

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.24.10
5051
- 1.24.9
5152
- 1.24.8
5253
- 1.24.7

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.24.9** features as of **2024-07-24 00:00:01**.
3+
This documentation covers **PyMuPDF v1.24.10** features as of **2024-09-02 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
@@ -209,9 +209,9 @@ def _int_rc(text):
209209

210210
# Basic version information.
211211
#
212-
pymupdf_version = "1.24.9"
212+
pymupdf_version = "1.24.10"
213213
mupdf_version = mupdf.FZ_VERSION
214-
pymupdf_date = "2024-07-24 00:00:01"
214+
pymupdf_date = "2024-09-02 00:00:01"
215215

216216
# Versions as tuples; useful when comparing versions.
217217
#

0 commit comments

Comments
 (0)