Skip to content

Commit

Permalink
Bump version: v8.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Feb 15, 2024
1 parent cd4fe8c commit 3b7f614
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -92,7 +92,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.

release = "8.12.0"
release = "8.13.0"
version = '.'.join(release.split('.')[:2])

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
5 changes: 5 additions & 0 deletions docs/releasenotes/version8.rst
@@ -1,3 +1,8 @@
v8.13.0
=======

- Enabled PyPy 3.10 support.

v8.12.0
=======

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pikepdf"
version = "8.12.0"
version = "8.13.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/_version.py
Expand Up @@ -3,4 +3,4 @@

from __future__ import annotations

__version__ = "8.12.0"
__version__ = "8.13.0"

0 comments on commit 3b7f614

Please sign in to comment.