From d3eaaeb11ebb215d8ef29a362a0665d2e9218df1 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:49:06 -0700 Subject: [PATCH 1/3] chore: Bump c2pa-rs to v0.90.15 --- 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 c01d9c82..8ea82960 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.90.14 +c2pa-v0.90.15 From da6f60dc5a415fd4dde59d37ea626a9ebc4712cf Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 13 Aug 2026 15:00:15 -0700 Subject: [PATCH 2/3] Bump version from 0.37.7 to 0.37.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ec4ecc6..d0a7bc62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.37.7" +version = "0.37.8" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" } From 7c4af6645b704f98ae8e960715601dce8d5fafd5 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 13 Aug 2026 15:00:25 -0700 Subject: [PATCH 3/3] Bump version from 0.37.7 to 0.37.8 --- 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 b6f89214..5f3dfa61 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.7 +# Version: 0.37.8 import ctypes import enum