From 41dff5d9a289e9b9976cdb4ff530d08a79607797 Mon Sep 17 00:00:00 2001 From: geisserml Date: Tue, 11 Apr 2023 04:01:04 +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 5494b653c..10f6ab12e 100644 --- a/docs/devel/changelog.md +++ b/docs/devel/changelog.md @@ -7,6 +7,11 @@ # Changelog +## 4.6.0 (2023-04-11) + +- Updated PDFium from `5692` to `5705`. + + ## 4.5.0 (2023-04-04) - Updated PDFium from `5677` to `5692`. diff --git a/src/pypdfium2/version.py b/src/pypdfium2/version.py index fc11497b5..95d518267 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 = 5 +V_MINOR = 6 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 = "5692" +V_LIBPDFIUM = "5705" #: String describing the included PDFium binary's origin (pdfium-binaries, source) V_BUILDNAME = "pdfium-binaries"