From 29716c52726a4e699c03d43ecc67db57f55b36f8 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 20 Feb 2021 19:04:04 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 510ffd00..a420b149 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![tests](https://github.com/RhetTbull/osxphotos/workflows/Tests/badge.svg)](https://github.com/RhetTbull/osxphotos/workflows/Tests/badge.svg) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/osxphotos) -[![All Contributors](https://img.shields.io/badge/all_contributors-18-orange.svg?style=flat)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat)](#contributors) OSXPhotos provides the ability to interact with and query Apple's Photos.app library on macOS. You can query the Photos library database — for example, file name, file path, and metadata such as keywords/tags, persons/faces, albums, etc. You can also easily export both the original and edited photos. @@ -2652,6 +2652,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
narensankar0529

🐛 📓
Martin

🔬 📓
davidjroos

📖 +
Neil Pankey

💻 From ebac9d0bfb43f59f046aacdd0290d1fcd29a3b5e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 20 Feb 2021 19:04:05 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2a1d74fd..8cb88155 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -175,6 +175,15 @@ "contributions": [ "doc" ] + }, + { + "login": "neilpa", + "name": "Neil Pankey", + "avatar_url": "https://avatars.githubusercontent.com/u/42419?v=4", + "profile": "https://neilpa.me", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7,