From 4e2367c8684db88eee7fc051ee1dc54f7c56c921 Mon Sep 17 00:00:00 2001 From: Ahti Liin Date: Sun, 9 Jan 2022 17:28:22 +0200 Subject: [PATCH] changing photos_5 version constant to satisfy version 5001 (#577) Co-authored-by: Ahti Liin --- osxphotos/_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osxphotos/_constants.py b/osxphotos/_constants.py index 13e79900..5fe56a61 100644 --- a/osxphotos/_constants.py +++ b/osxphotos/_constants.py @@ -37,7 +37,7 @@ _PHOTOS_3_VERSION = "3301" # versions 5.0 and later have a different database structure _PHOTOS_4_VERSION = "4025" # latest Mojove version on 10.14.6 -_PHOTOS_5_VERSION = "6000" # seems to be current on 10.15.1 through 10.15.7 (also Big Sur and Monterey which switch to model version) +_PHOTOS_5_VERSION = "5000" # seems to be current on 10.15.1 through 10.15.7 (also Big Sur and Monterey which switch to model version) # Ranges for model version by Photos version _PHOTOS_5_MODEL_VERSION = [13000, 13999]