From 3911ff0cbd7c9ddbe0a7708e01a5b57d5c2bdf65 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 17 Jul 2024 14:30:08 +0200 Subject: [PATCH] Fix PyPI README --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc413396..717a8ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/ ## [Unreleased](https://github.com/hynek/structlog/compare/24.3.0...HEAD) +### Changed + +No code changes since 24.3.0 + ## [24.3.0](https://github.com/hynek/structlog/compare/24.2.0...24.3.0) - 2024-07-17 diff --git a/pyproject.toml b/pyproject.toml index 865cd877..936c6f10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -242,7 +242,7 @@ end-before = "" # Point sponsor image URLs to versions. [[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]] pattern = 'docs\/_static\/sponsors' -replacement = '/en/$HFPR_VERSION/_static/sponsors' +replacement = 'https://www.structlog.org/en/$HFPR_VERSION/_static/sponsors' [[tool.sponcon.sponsors]]