Skip to content

Commit 659399c

Browse files
authored
fix: c2pa v0.75.4 (#217)
* fix: Update expected SDK version in unit tests * fix: Update c2pa version to v0.75.3 * fix: Update SDK version in unit tests to 0.75.4 * fix: Update c2pa version to v0.75.4 * fix: Update comment to clarify legacy settings loading
1 parent 16058b3 commit 659399c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

c2pa-native-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c2pa-v0.75.2
1+
c2pa-v0.75.4

tests/test_unit_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
def load_test_settings_json():
4545
"""
46-
Load default trust configuration test settings from a
46+
Load default (legacy) trust configuration test settings from a
4747
JSON config file and return its content as JSON-compatible dict.
4848
The return value is used to load settings.
4949
@@ -67,7 +67,7 @@ def load_test_settings_json():
6767

6868
class TestC2paSdk(unittest.TestCase):
6969
def test_sdk_version(self):
70-
self.assertIn("0.75.2", sdk_version())
70+
self.assertIn("0.75.4", sdk_version())
7171

7272

7373
class TestReader(unittest.TestCase):

0 commit comments

Comments
 (0)