Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion c2pa-native-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c2pa-v0.89.0
c2pa-v0.90.0-rc.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "c2pa-python"
version = "0.36.0"
version = "0.37.0"
requires-python = ">=3.10"
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down
2 changes: 1 addition & 1 deletion src/c2pa/c2pa.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# specific language governing permissions and limitations under
# each license.

# Version: 0.36.0
# Version: 0.37.0

import ctypes
import enum
Expand Down
1 change: 1 addition & 0 deletions tests/test_unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5575,6 +5575,7 @@ class TestContextAPIs(unittest.TestCase):
"data": {
"actions": [{
"action": "c2pa.created",
"digitalSourceType": "http://c2pa.org/digitalsourcetype/empty",

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Makes test manifest valid, previously created could have no digital source type without being reported as invalid)

}]
}
}
Expand Down
4 changes: 2 additions & 2 deletions tests/trust_config_test_settings.json

Large diffs are not rendered by default.

Loading