Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed May 9, 2022
1 parent 25869c1 commit 34e42d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
# Changelog


## 1.8.0 (scheduled for 2022-05-09)
## 1.8.0 (2022-05-09)

- Updated PDFium from `5038` to `????`
- Updated PDFium from `5038` to `5052`.
- Added support model for text insertion. Special thanks to Anurag Bansal.
- Created an `open_page()` function to avoid internal duplication. This basically is a wrapper around `FPDF_LoadPage()`, for page index validation.
- Improved the cedits section in the Readme.
- Created a new function `open_page()`, mainly to avoid internal duplication. This basically is a wrapper around `FPDF_LoadPage()` with page index validation.
- Improved cedits section in the Readme.
- Made automatic buffer closure optional for `open_pdf_buffer()`.
- Slightly tweaked the build script.
- Enhanced integration of markdown files into the Sphinx documentation.


Expand Down
4 changes: 2 additions & 2 deletions src/pypdfium2/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause

V_MAJOR = 1
V_MINOR = 7
V_MINOR = 8
V_PATCH = 0
V_BETA = None

Expand All @@ -12,4 +12,4 @@
V_PYPDFIUM2 += "b%s" % V_BETA

#: PDFium library version integer (git tag)
V_LIBPDFIUM = 5038
V_LIBPDFIUM = 5052

0 comments on commit 34e42d2

Please sign in to comment.