Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Apr 25, 2022
1 parent 5f249e4 commit f7a06f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/markdown/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

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 = 5
V_MINOR = 6
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 = 5010
V_LIBPDFIUM = 5024

0 comments on commit f7a06f4

Please sign in to comment.