Skip to content

Commit 5efeaa2

Browse files
authored
fix: Refactor, setup logger on c2pa.py (#144)
* fix: Improve string conversion * fix: Improve error handling * fix: More checks * fix: Some more checks * fix: Comment * fix: Format * fix: Docs * fix: Improve error handling * fix: Improve state handling * fix: Refactor * fix: Simplify reader * fix: Format * fix: Format 2 * fix: Format 3 * fix: Improve Signer cleanup * fix: Use logger instead of print * fix: Improve logging * fix: Fix logger strucutre * fix: Bump version number to rpepare release
1 parent fbf93bc commit 5efeaa2

File tree

4 files changed

+397
-167
lines changed

4 files changed

+397
-167
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ check-format:
9898

9999
# Formats Python source code using autopep8 with aggressive settings
100100
format:
101-
autopep8 --aggressive --aggressive --in-place src/c2pa/*.py
101+
autopep8 --aggressive --aggressive --in-place src/c2pa/c2pa.py
102102

103103
# Downloads the required native artifacts for the specified version
104104
download-native-artifacts:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "c2pa-python"
7-
version = "0.17.0"
7+
version = "0.17.1"
88
requires-python = ">=3.10"
99
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
1010
readme = { file = "README.md", content-type = "text/markdown" }

0 commit comments

Comments
 (0)