From 39c136ca8702788be044ffe4d10216fff0f70ae1 Mon Sep 17 00:00:00 2001 From: geisserml Date: Tue, 23 May 2023 04:01:33 +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 e1073c16f..03ec26a1a 100644 --- a/docs/devel/changelog.md +++ b/docs/devel/changelog.md @@ -7,6 +7,11 @@ # Changelog +## 4.12.0 (2023-05-23) + +- Updated PDFium from `5772` to `5786`. + + ## 4.11.0 (2023-05-16) - Updated PDFium from `5758` to `5772`. diff --git a/src/pypdfium2/version.py b/src/pypdfium2/version.py index 4eda95089..8e79cd507 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 = 11 +V_MINOR = 12 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 = "5772" +V_LIBPDFIUM = "5786" #: String describing the included PDFium binary's origin (pdfium-binaries, source) V_BUILDNAME = "pdfium-binaries"