Skip to content

Commit

Permalink
Bump version: v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Jul 13, 2023
1 parent 72e9c44 commit c11ce52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/releasenotes/version8.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v8.0.0 (pre-release)
====================
v8.0.0
======

- master branch renamed to main.
- QPDF 11.5.0 is now required.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pikepdf"
version = "8.0.0rc3"
version = "8.0.0"
description = "Read and write PDFs with Python, powered by qpdf"
readme = "README.md"
requires-python = ">= 3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/pikepdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from __future__ import annotations

__version__ = "8.0.0rc3"
__version__ = "8.0.0"

try:
from . import _core
Expand Down

0 comments on commit c11ce52

Please sign in to comment.