Skip to content

Commit

Permalink
[autorelease] update changelog and version file
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Jul 4, 2023
1 parent 8364457 commit f810b38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ class struct_fpdf_pagerange_t__(Structure):
class struct_fpdf_pathsegment_t(Structure):
pass
FPDF_PATHSEGMENT = POINTER(struct_fpdf_pathsegment_t)
FPDF_RECORDER = POINTER(None)

class struct_fpdf_schhandle_t__(Structure):
pass
Expand All @@ -600,6 +599,7 @@ class struct_fpdf_schhandle_t__(Structure):
class struct_fpdf_signature_t__(Structure):
pass
FPDF_SIGNATURE = POINTER(struct_fpdf_signature_t__)
FPDF_SKIA_CANVAS = POINTER(None)

class struct_fpdf_structelement_t__(Structure):
pass
Expand Down
5 changes: 5 additions & 0 deletions docs/devel/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
# Changelog


## 4.18.0 (2023-07-04)

- Updated PDFium from `5854` to `5868`.


## 4.17.0 (2023-06-27)

- Updated PDFium from `5841` to `5854`.
Expand Down
4 changes: 2 additions & 2 deletions src/pypdfium2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__all__ = ("V_PYPDFIUM2", "V_LIBPDFIUM", "V_BUILDNAME", "V_PDFIUM_IS_V8")

V_MAJOR = 4
V_MINOR = 17
V_MINOR = 18
V_PATCH = 0
V_BETA = None

Expand All @@ -14,7 +14,7 @@
V_PYPDFIUM2 += f"b{V_BETA}"

#: PDFium library version string (git tag or commit hash)
V_LIBPDFIUM = "5854"
V_LIBPDFIUM = "5868"

#: String describing the included PDFium binary's origin (pdfium-binaries, source)
V_BUILDNAME = "pdfium-binaries"
Expand Down

0 comments on commit f810b38

Please sign in to comment.