From 1dd22bf834cddfa6a3e8c45ab14ed85af59959a6 Mon Sep 17 00:00:00 2001 From: geisserml Date: Tue, 30 May 2023 04:01:11 +0000 Subject: [PATCH] [autorelease] update changelog and version file --- docs/devel/changelog.md | 5 +++++ src/pypdfium2/version.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/devel/changelog.md b/docs/devel/changelog.md index 03ec26a1a..95c63ed8c 100644 --- a/docs/devel/changelog.md +++ b/docs/devel/changelog.md @@ -7,6 +7,11 @@ # Changelog +## 4.13.0 (2023-05-30) + +- Updated PDFium from `5786` to `5799`. + + ## 4.12.0 (2023-05-23) - Updated PDFium from `5772` to `5786`. diff --git a/src/pypdfium2/version.py b/src/pypdfium2/version.py index a82c3478e..09470b326 100644 --- a/src/pypdfium2/version.py +++ b/src/pypdfium2/version.py @@ -4,7 +4,7 @@ __all__ = ["V_PYPDFIUM2", "V_LIBPDFIUM", "V_BUILDNAME", "V_PDFIUM_IS_V8"] V_MAJOR = 4 -V_MINOR = 12 +V_MINOR = 13 V_PATCH = 0 V_BETA = None @@ -14,7 +14,7 @@ V_PYPDFIUM2 += f"b{V_BETA}" #: PDFium library version string (git tag or commit hash) -V_LIBPDFIUM = "5786" +V_LIBPDFIUM = "5799" #: String describing the included PDFium binary's origin (pdfium-binaries, source) V_BUILDNAME = "pdfium-binaries"