From d48b24a31cee3c496b5a461387f7bac5e7672766 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 8 Apr 2026 10:14:47 -0700 Subject: [PATCH 1/5] chore: Update c2pa version from 0.79.0 to 0.79.1 --- 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 c342c531..65316b7d 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.79.0 +c2pa-v0.79.1 From 0efd03a294836e25f145c55237faa9021d8d9288 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 8 Apr 2026 10:15:15 -0700 Subject: [PATCH 2/5] Update 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 78e215eb..1035922f 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.0", sdk_version()) + self.assertIn("0.79.1", sdk_version()) class TestReader(unittest.TestCase): From 4b9beac83ebafa8514d1c73f04b2010326680e70 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:22:46 -0700 Subject: [PATCH 3/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 65316b7d..8966db66 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.79.1 +c2pa-v0.79.2 From c6f4b6d8893d40387a0c9ad0a7a72465823e4b5e Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:22:59 -0700 Subject: [PATCH 4/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 1035922f..47978808 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.1", sdk_version()) + self.assertIn("0.79.2", sdk_version()) class TestReader(unittest.TestCase): From e7ef8170f57ed194259a89ad48d90d05edc334da Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:31:52 -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 ffb7d87b..334e1c47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.32.0" +version = "0.32.1" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" }