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 Jul 25, 2022
1 parent 7399745 commit 8b0d373
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 0 additions & 4 deletions docs/devel/changelog_staging.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->

# Changelog for next release

- Improved release workflow.
- Documentation corrections.
- Enabled pinning of `wheel` and removed related warning filter in `pyproject.toml`.
8 changes: 8 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
# Changelog


## 2.7.1 (2022-07-25)

- No PDFium update (autorelease).
- Improved release workflow.
- Documentation corrections.
- Enabled pinning of `wheel` and removed related warning filter in `pyproject.toml`.


## 2.6.0 (2022-07-18)

- Updated PDFium from `5173` to `5187` (autorelease).
Expand Down
6 changes: 3 additions & 3 deletions src/pypdfium2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
__all__ = ["V_PYPDFIUM2", "V_LIBPDFIUM", "IS_SOURCEBUILD"]

V_MAJOR = 2
V_MINOR = 6
V_PATCH = 0
V_MINOR = 7
V_PATCH = 1
V_BETA = None

#: pypdfium2 version string.
Expand All @@ -14,7 +14,7 @@
V_PYPDFIUM2 += "b%s" % V_BETA

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

#: 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 8b0d373

Please sign in to comment.