From 4d1b1db2a7cf34afaa2dc5dbebc69021ff77964f Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Thu, 24 Feb 2022 05:18:23 -0800 Subject: [PATCH] Updated tested versions --- osxphotos/_constants.py | 2 ++ osxphotos/_version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"