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 Nov 14, 2022
1 parent 918d2f3 commit fe0cef2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
11 changes: 11 additions & 0 deletions docs/devel/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
# Changelog


## 3.8.0 (2022-11-14)

- Updated PDFium from `5406` to `5418` (autorelease).
- Major improvements to GitHub Workflows.
- Fixed setup on macOS with Python 3.11. (Wheel users were not impacted.)
- Fixed build script on macOS (GN configuration).
- Fixed build script on Windows (patches and RC).
- Fixed test suite on Windows (cleanup failure).
- Fixed test suite on Python < 3.7.


## 3.7.0 (2022-11-07)

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

# Changelog for next release
- Major improvements to GitHub Workflows.
- Fixed setup on macOS with Python 3.11. (Wheel users were not impacted.)
- Fixed build script on macOS (GN configuration).
- Fixed build script on Windows (patches and RC).
- Fixed test suite on Windows (cleanup failure).
- Fixed test suite on Python < 3.7.
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", "IS_SOURCEBUILD"]

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

Expand All @@ -14,7 +14,7 @@
V_PYPDFIUM2 += "b%s" % V_BETA

#: PDFium library version string (git tag or commit hash).
V_LIBPDFIUM = "5406"
V_LIBPDFIUM = "5418"

#: Whether the included PDFium binary was built from source locally (:data:`True`) or downloaded from pdfium-binaries (:data:`False`).
IS_SOURCEBUILD = False

0 comments on commit fe0cef2

Please sign in to comment.