From f7a06f4a2dc3fdaa2564b672febce14ab348eb54 Mon Sep 17 00:00:00 2001 From: geisserml Date: Mon, 25 Apr 2022 12:20:14 +0200 Subject: [PATCH] Prepare release --- docs/markdown/changelog.md | 4 ++-- src/pypdfium2/_version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/markdown/changelog.md b/docs/markdown/changelog.md index ce5b9ccfd..f4f2f6ce5 100644 --- a/docs/markdown/changelog.md +++ b/docs/markdown/changelog.md @@ -4,9 +4,9 @@ # Changelog -## 1.6.0 (scheduled for 2022-04-25) +## 1.6.0 (2022-04-25) -- Updated PDFium from `5010` to `????`. +- Updated PDFium from `5010` to `5024`. - Removed the undocumented version aliases `__version__` and `__pdfium_version__`. Please use `V_PYPDFIUM2` and `V_LIBPDFIUM` instead. - Added a project description to the [GitHub organisation page](https://github.com/pypdfium2-team). diff --git a/src/pypdfium2/_version.py b/src/pypdfium2/_version.py index 94e05f5b5..036eda5b6 100644 --- a/src/pypdfium2/_version.py +++ b/src/pypdfium2/_version.py @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause V_MAJOR = 1 -V_MINOR = 5 +V_MINOR = 6 V_PATCH = 0 V_BETA = None @@ -12,4 +12,4 @@ V_PYPDFIUM2 += "b%s" % V_BETA #: PDFium library version integer (git tag) -V_LIBPDFIUM = 5010 +V_LIBPDFIUM = 5024