Skip to content

Commit

Permalink
More updates to version and dates for release of 1.23.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Aug 24, 2023
1 parent 6f0bc94 commit d5a8b79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.1** features as of **2023-08-23 00:00:01**.
This documentation covers **PyMuPDF v1.23.1** features as of **2023-08-24 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.0" # MuPDF version.
VersionBind = "1.23.1" # PyMuPDF version.
VersionDate = "2023-08-23 00:00:01"
version = (VersionBind, VersionFitz, "20230823000001")
VersionDate = "2023-08-24 00:00:01"
version = (VersionBind, VersionFitz, "20230824000001")
%}
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21235,7 +21235,7 @@ class FitzDeprecation(DeprecationWarning):

VersionFitz = "1.23.0" # MuPDF version.
VersionBind = "1.23.1" # PyMuPDF version.
VersionDate = "2023-08-23 00:00:01"
VersionDate = "2023-08-24 00:00:01"
VersionDate2 = VersionDate.replace('-', '').replace(' ', '').replace(':', '')
version = (VersionBind, VersionFitz, VersionDate2)

Expand Down

0 comments on commit d5a8b79

Please sign in to comment.