diff --git a/pact-python-ffi/CHANGELOG.md b/pact-python-ffi/CHANGELOG.md index a04357c4b..24022e1ae 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-13_ + +### 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 85cd120bc..c558c855e 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"