Skip to content

Commit

Permalink
Updates for release 1.23.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Nov 6, 2023
1 parent 363bce0 commit 6cbf8db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.23.6 ()**
**Changes in version 1.23.6 (2023-11-06)**

* Bug fixes:

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.23.6** features as of **2023-10-11 00:00:01**.
This documentation covers **PyMuPDF v1.23.6** features as of **2023-11-06 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**.

4 changes: 2 additions & 2 deletions fitz/version.i
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%pythoncode %{
VersionFitz = "1.23.5" # MuPDF version.
VersionBind = "1.23.6" # PyMuPDF version.
VersionDate = "2023-10-11 00:00:01"
version = (VersionBind, VersionFitz, "20231011000001")
VersionDate = "2023-11-06 00:00:01"
version = (VersionBind, VersionFitz, "20231106000001")
%}
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21416,7 +21416,7 @@ class FitzDeprecation(DeprecationWarning):

VersionFitz = "1.23.5" # MuPDF version.
VersionBind = "1.23.6" # PyMuPDF version.
VersionDate = "2023-10-11 00:00:01"
VersionDate = "2023-11-06 00:00:01"
VersionDate2 = VersionDate.replace('-', '').replace(' ', '').replace(':', '')
version = (VersionBind, VersionFitz, VersionDate2)

Expand Down

0 comments on commit 6cbf8db

Please sign in to comment.