From 9a266a17f633ecd757ba624999463bd980f8edd8 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:28:43 -0700 Subject: [PATCH 1/5] chore: Update c2pa version to v0.79.4 --- c2pa-native-version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c2pa-native-version.txt b/c2pa-native-version.txt index e3efc94f..366bf418 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.79.3 +c2pa-v0.79.4 From 161b7d01f7c3cc43a1c3bb308e4d3fa3e1b6793f Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:29:13 -0700 Subject: [PATCH 2/5] Update test_unit_tests.py --- tests/test_unit_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_unit_tests.py b/tests/test_unit_tests.py index 4b294597..9549f581 100644 --- a/tests/test_unit_tests.py +++ b/tests/test_unit_tests.py @@ -70,7 +70,7 @@ def load_test_settings_json(): class TestC2paSdk(unittest.TestCase): def test_sdk_version(self): # This test verifies the native libraries used match the expected version. - self.assertIn("0.79.3", sdk_version()) + self.assertIn("0.79.4", sdk_version()) class TestReader(unittest.TestCase): From 1f82d7ae78471a824d402a5c635de7aa7dd4f804 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:29:54 -0700 Subject: [PATCH 3/5] Bump version from 0.32.2 to 0.32.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f23a0c0a..8ea52886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.32.2" +version = "0.32.3" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" } From 071e30730544a2f639b6fec48ddc02bb0a664e8d Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:49:01 -0700 Subject: [PATCH 4/5] Update expected SDK version in unit test --- tests/test_unit_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_unit_tests.py b/tests/test_unit_tests.py index 9549f581..70b2d0ac 100644 --- a/tests/test_unit_tests.py +++ b/tests/test_unit_tests.py @@ -70,7 +70,7 @@ def load_test_settings_json(): class TestC2paSdk(unittest.TestCase): def test_sdk_version(self): # This test verifies the native libraries used match the expected version. - self.assertIn("0.79.4", sdk_version()) + self.assertIn("0.79.5", sdk_version()) class TestReader(unittest.TestCase): From 5ca75960941195ca0233bca8fb7bc30a05ff358d Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:49:15 -0700 Subject: [PATCH 5/5] Update c2pa version to v0.79.5 --- c2pa-native-version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c2pa-native-version.txt b/c2pa-native-version.txt index 366bf418..56b6e964 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.79.4 +c2pa-v0.79.5