Skip to content

Commit 7819df1

Browse files
Updated version numbers etc for release.
1 parent 5effa06 commit 7819df1

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
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.24.14
5051
- 1.24.13
5152
- 1.24.12
5253
- 1.24.11

.github/workflows/test_mupdf-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: test_mupdf-release-branch
2929
env:
30-
inputs_PYMUPDF_SETUP_MUPDF_BUILD: "git:--recursive --depth 1 --shallow-submodules --branch 1.25.x https://github.com/ArtifexSoftware/mupdf.git"
30+
inputs_PYMUPDF_SETUP_MUPDF_BUILD: "git:--recursive --depth 1 --shallow-submodules --branch 1.24.x https://github.com/ArtifexSoftware/mupdf.git"
3131
inputs_flavours: "0"
3232
inputs_sdist: "0"
3333
inputs_wheels_cps: "cp312*"

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.24.14 (?)**
5+
**Changes in version 1.24.14 (2024-11-18)**
66

77
* Use MuPDF-1.24.11.
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.24.13** features as of **2024-10-29 00:00:01**.
3+
This documentation covers **PyMuPDF v1.24.14** features as of **2024-11-18 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ def sdist():
11571157
# We generate different wheels depending on PYMUPDF_SETUP_FLAVOUR.
11581158
#
11591159

1160-
version_p = '1.24.13'
1160+
version_p = '1.24.14'
11611161
version_b = '1.24.10'
11621162

11631163
if os.path.exists(f'{g_root}/{g_pymupdfb_sdist_marker}'):

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.24.13"
376+
pymupdf_version = "1.24.14"
377377
mupdf_version = mupdf.FZ_VERSION
378-
pymupdf_date = "2024-10-29 00:00:01"
378+
pymupdf_date = "2024-11-18 00:00:01"
379379

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

0 commit comments

Comments
 (0)