From 8215d524313a67f58106a63412ce60b6c7719ac4 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:03:59 -0700 Subject: [PATCH 1/4] chore: Bump to c2pa-rs v0.90.12 https://github.com/contentauth/c2pa-rs/releases/tag/c2pa-v0.90.12 --- 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 1abbedcb..696251d3 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.90.10 +c2pa-v0.90.12 From 5ea34befee473633d3476c667a65366932e3ad96 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:04:45 -0700 Subject: [PATCH 2/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd77345d..1ec4ecc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c2pa-python" -version = "0.37.6" +version = "0.37.7" requires-python = ">=3.10" description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library" readme = { file = "README.md", content-type = "text/markdown" } From 92fae727159e2b0a133cce4762707766f02fe232 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:05:18 -0700 Subject: [PATCH 3/4] Update version number to 0.37.7 --- 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 28dc8041..b6f89214 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.6 +# Version: 0.37.7 import ctypes import enum From 46fbd24f4604f0548fca2ab27326b93332064260 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 13 Aug 2026 12:10:25 -0700 Subject: [PATCH 4/4] Update c2pa version to v0.90.14 --- 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 696251d3..c01d9c82 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.90.12 +c2pa-v0.90.14