From 68f63e04e052be44dde09a0bb4a3912c867443a2 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:33:37 -0700 Subject: [PATCH 1/3] chore: Update c2pa version to v0.90.16 --- 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 8ea82960..e4781d0c 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.90.15 +c2pa-v0.90.16 From 88ab998a0928e7c7b170937a200a1b19a03b844b Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 27 Aug 2026 13:08:51 -0700 Subject: [PATCH 2/3] Bump version from 0.37.8 to 0.37.9 --- 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 5f3dfa61..537135a4 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.8 +# Version: 0.37.9 import ctypes import enum From 2045f40125748a468390aadf1668c83a0cd76cf8 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 27 Aug 2026 13:08:59 -0700 Subject: [PATCH 3/3] Bump version from 0.37.8 to 0.37.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0a7bc62..e8945b67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.37.8" +version = "0.37.9" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" }