From eeac86bdaee9045acbbd8c575251dc78e987adc0 Mon Sep 17 00:00:00 2001 From: "pact-foundation[bot]" <289648111+pact-foundation[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:23:42 +0000 Subject: [PATCH] chore(release): pact-python-ffi v0.5.4.2 --- pact-python-ffi/CHANGELOG.md | 5 +++++ pact-python-ffi/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pact-python-ffi/CHANGELOG.md b/pact-python-ffi/CHANGELOG.md index a04357c4b..1844de9d5 100644 --- a/pact-python-ffi/CHANGELOG.md +++ b/pact-python-ffi/CHANGELOG.md @@ -8,6 +8,11 @@ Note that this _only_ includes changes to the Python FFI interface. For changes +## [pact-python-ffi/0.5.4.2] _2026-07-20_ + +### Contributors + + ## [pact-python-ffi/0.5.4.1] _2026-07-08_ - No changes within the FFI; manual bump to create a new wheel with latest `delvewheel` version. See [#1640](https://github.com/pact-foundation/pact-python/issues/1640). diff --git a/pact-python-ffi/pyproject.toml b/pact-python-ffi/pyproject.toml index f20d34461..0d18f94c0 100644 --- a/pact-python-ffi/pyproject.toml +++ b/pact-python-ffi/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "pact-python-ffi" -version = "0.5.4.1" +version = "0.5.4.2" description = "Python bindings for the Pact FFI library" readme = "README.md" license = "MIT"