From f53d109cd62fadd943324c96c39b53d8ce79ec5e Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 1 May 2026 19:31:38 -0700 Subject: [PATCH 1/5] chore: Update c2pa version to v0.82.0 --- 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 d35caa5f..b6b065f0 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.81.0 +c2pa-v0.82.0 From a0fe179cf0abe33ce17755d1435dc53167f724b9 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 1 May 2026 19:32: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 da0c33b6..6e10e2ab 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.81.0", sdk_version()) + self.assertIn("0.82.0", sdk_version()) class TestReader(unittest.TestCase): From 2517acc5e0445b888b33200bbe99cf404f9e3680 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 4 May 2026 10:46:35 -0700 Subject: [PATCH 3/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 6e10e2ab..88b93619 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.82.0", sdk_version()) + self.assertIn("0.82.1", sdk_version()) class TestReader(unittest.TestCase): From c0d310182df00c9d7c9bce2291f8ae9d20c2fe1b Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 4 May 2026 10:46:46 -0700 Subject: [PATCH 4/5] Update c2pa-native-version.txt --- 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 b6b065f0..67362b80 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.82.0 +c2pa-v0.82.1 From 3de757acf849b06ad36128bb59d4a77d26edf66a Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 4 May 2026 10:47:11 -0700 Subject: [PATCH 5/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8184634..3afaa035 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.32.6" +version = "0.32.7" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" }