Loading src/jama/__init__.py +1 −1 Original line number Diff line number Diff line __version__ = "0.1.45" __version__ = "0.1.46" src/rpc/serializers.py +2 −2 Original line number Diff line number Diff line Loading @@ -230,8 +230,8 @@ def file( "updated_at": file_instance.updated_at.isoformat(), "project_id": file_instance.project.id, "ark": file_instance.ark, "width": file_instance.denormalized_image_width, "height": file_instance.denormalized_image_height, "width": file_instance.image_width(), "height": file_instance.image_height(), } Loading Loading
src/jama/__init__.py +1 −1 Original line number Diff line number Diff line __version__ = "0.1.45" __version__ = "0.1.46"
src/rpc/serializers.py +2 −2 Original line number Diff line number Diff line Loading @@ -230,8 +230,8 @@ def file( "updated_at": file_instance.updated_at.isoformat(), "project_id": file_instance.project.id, "ark": file_instance.ark, "width": file_instance.denormalized_image_width, "height": file_instance.denormalized_image_height, "width": file_instance.image_width(), "height": file_instance.image_height(), } Loading