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 Apr 4, 2023
1 parent d494c25 commit 3348f21
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 8 additions & 0 deletions docs/devel/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
# Changelog


## 4.5.0 (2023-04-04)

- Updated PDFium from `5677` to `5692`.
[pdfium-binaries#105]: https://github.com/bblanchon/pdfium-binaries/issues/105
- In pdfium-binaries, form initialization for V8/XFA enabled builds has been fixed (see [pdfium-binaries#105]).
pypdfium2's support model has been updated accordingly.


## 4.4.0 (2023-03-28)

- Updated PDFium from `5664` to `5677`.
Expand Down
3 changes: 0 additions & 3 deletions docs/devel/changelog_staging.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
<!-- List character: dash (-) -->

# Changelog for next release
[pdfium-binaries#105]: https://github.com/bblanchon/pdfium-binaries/issues/105
- In pdfium-binaries, form initialization for V8/XFA enabled builds has been fixed (see [pdfium-binaries#105]).
pypdfium2's support model has been updated accordingly.
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 = 4
V_MINOR = 5
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 = "5677"
V_LIBPDFIUM = "5692"

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

0 comments on commit 3348f21

Please sign in to comment.