Skip to content

Commit 27393a5

Browse files
author
semantic-release
committed
RELEASE: 0.9.2
1 parent b850286 commit 27393a5

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# CHANGELOG
22

33

4+
## v0.9.2 (2025-05-09)
5+
6+
### Bug Fixes
7+
8+
- Disable sigstore signing while waiting on PyPI issue
9+
([`b850286`](https://github.com/pythonnz/pdfbaker/commit/b85028658f1e6c4ad316b35bfff681b01396142e))
10+
11+
https://github.com/pypa/gh-action-pypi-publish/issues/357
12+
13+
414
## v0.9.1 (2025-05-09)
515

616
### Bug Fixes

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: "If you use pdfbaker in your work, please cite it using the following metadata."
33
title: "pdfbaker"
4-
version: 0.9.1
4+
version: 0.9.2
55
date-released: 2025-05-09
66
repository-code: "https://github.com/pythonnz/pdfbaker"
77
license: "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pdfbaker"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
description = "SVG Jinja templates + YAML config = PDF documents"
55
authors = [
66
{ name = "Danny W. Adair", email = "danny.adair@unfold.nz" }

src/pdfbaker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""pdfbaker - Create PDF documents from YAML-configured SVG templates."""
22

3-
__version__ = "0.9.1"
3+
__version__ = "0.9.2"
44
__all__ = ["__version__"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)