Skip to content

Commit

Permalink
Bump version: v8.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Jan 1, 2024
1 parent 45fcf6b commit 7e1034d
Show file tree
Hide file tree
Showing 4 changed files with 9 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.11.1"
release = "8.11.2"
version = '.'.join(release.split('.')[:2])

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

- Fixed handling of XMP metadata when metadata contains objects in a default
namespace.

v8.11.1
=======

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.11.1"
version = "8.11.2"
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.11.1"
__version__ = "8.11.2"

0 comments on commit 7e1034d

Please sign in to comment.