diff --git a/osxphotos/_constants.py b/osxphotos/_constants.py index 1c11afe2..53a34c2a 100644 --- a/osxphotos/_constants.py +++ b/osxphotos/_constants.py @@ -103,6 +103,8 @@ _TESTED_OS_VERSIONS = [ ("11", "6"), ("12", "0"), ("12", "1"), + ("12", "2"), + ("12", "3"), ] # Photos 5 has persons who are empty string if unidentified face diff --git a/osxphotos/_version.py b/osxphotos/_version.py index 3748fce3..83c49fcd 100644 --- a/osxphotos/_version.py +++ b/osxphotos/_version.py @@ -1,3 +1,3 @@ """ version info """ -__version__ = "0.46.4" +__version__ = "0.46.5"