From ae20e2766f542a54ed64fdd358d3961985e8720b Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 7 Aug 2026 08:12:23 -0700 Subject: [PATCH 1/4] chore: Update c2pa version from v0.90.5 to v0.90.7 --- 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 44036221..97783731 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.90.5 +c2pa-v0.90.7 From 44dda2de68caa744fe7a36d8bdf7407e2084d1cc Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:08:20 -0700 Subject: [PATCH 2/4] Update c2pa version to v0.90.8 --- 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 97783731..b222c01c 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.90.7 +c2pa-v0.90.8 From 23f2be3a953c2e3029edb6bc154636ce9fd7b1a7 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:08:52 -0700 Subject: [PATCH 3/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05b8dc2a..bd77345d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.37.5" +version = "0.37.6" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" } From 887036fb66a176af8d52ebf8e2c535a78c73ae5f Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:09:06 -0700 Subject: [PATCH 4/4] Bump version from 0.37.5 to 0.37.6 --- src/c2pa/c2pa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c2pa/c2pa.py b/src/c2pa/c2pa.py index 8d8c80da..28dc8041 100644 --- a/src/c2pa/c2pa.py +++ b/src/c2pa/c2pa.py @@ -11,7 +11,7 @@ # specific language governing permissions and limitations under # each license. -# Version: 0.37.5 +# Version: 0.37.6 import ctypes import enum