Skip to content

Commit bf65b15

Browse files
authored
Release 0.68.6 (#1690)
1 parent 78f2a90 commit bf65b15

32 files changed

+99
-98
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.68.5
2+
current_version = 0.68.6
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55

API_README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ cog.out("\n"+get_template_field_table()+"\n")
25642564
|{cr}|A carriage return: '\r'|
25652565
|{crlf}|A carriage return + line feed: '\r\n'|
25662566
|{tab}|:A tab: '\t'|
2567-
|{osxphotos_version}|The osxphotos version, e.g. '0.68.5'|
2567+
|{osxphotos_version}|The osxphotos version, e.g. '0.68.6'|
25682568
|{osxphotos_cmd_line}|The full command line used to run osxphotos|
25692569
|{album}|Album(s) photo is contained in|
25702570
|{folder_album}|Folder path + album photo is contained in. e.g. 'Folder/Subfolder/Album' or just 'Album' if no enclosing folder|

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,7 @@ Substitution Description
23622362
{cr} A carriage return: '\r'
23632363
{crlf} A carriage return + line feed: '\r\n'
23642364
{tab} :A tab: '\t'
2365-
{osxphotos_version} The osxphotos version, e.g. '0.68.5'
2365+
{osxphotos_version} The osxphotos version, e.g. '0.68.6'
23662366
{osxphotos_cmd_line} The full command line used to run osxphotos
23672367
23682368
The following substitutions may result in multiple values. Thus if specified
@@ -2860,7 +2860,7 @@ The following template field substitutions are availabe for use the templating s
28602860
|{cr}|A carriage return: '\r'|
28612861
|{crlf}|A carriage return + line feed: '\r\n'|
28622862
|{tab}|:A tab: '\t'|
2863-
|{osxphotos_version}|The osxphotos version, e.g. '0.68.5'|
2863+
|{osxphotos_version}|The osxphotos version, e.g. '0.68.6'|
28642864
|{osxphotos_cmd_line}|The full command line used to run osxphotos|
28652865
|{album}|Album(s) photo is contained in|
28662866
|{folder_album}|Folder path + album photo is contained in. e.g. 'Folder/Subfolder/Album' or just 'Album' if no enclosing folder|

docs/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 68bbf7b089146d4e64af3d73862b3121
3+
config: a02785b8a9b27357a3304c5646993811
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/API_README.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="OSXPhotos Python Reference" href="reference.html" /><link rel="prev" title="OSXPhotos Python Package Overview" href="package_overview.html" />
77

88
<!-- Generated with Sphinx 7.3.7 and Furo 2023.09.10 -->
9-
<title>OSXPhotos Python API - osxphotos 0.68.5 documentation</title>
9+
<title>OSXPhotos Python API - osxphotos 0.68.6 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
1111
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -124,7 +124,7 @@
124124
</label>
125125
</div>
126126
<div class="header-center">
127-
<a href="index.html"><div class="brand">osxphotos 0.68.5 documentation</div></a>
127+
<a href="index.html"><div class="brand">osxphotos 0.68.6 documentation</div></a>
128128
</div>
129129
<div class="header-right">
130130
<div class="theme-toggle-container theme-toggle-header">
@@ -147,7 +147,7 @@
147147
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
148148

149149

150-
<span class="sidebar-brand-text">osxphotos 0.68.5 documentation</span>
150+
<span class="sidebar-brand-text">osxphotos 0.68.6 documentation</span>
151151

152152
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
153153
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -2822,7 +2822,7 @@ <h3>Template System<a class="headerlink" href="#id166" title="Link to this headi
28222822
</td>
28232823
</tr>
28242824
<tr class="row-odd"><td><p>{osxphotos_version}</p></td>
2825-
<td><p>The osxphotos version, e.g. ‘0.68.5</p></td>
2825+
<td><p>The osxphotos version, e.g. ‘0.68.6</p></td>
28262826
</tr>
28272827
<tr class="row-even"><td><p>{osxphotos_cmd_line}</p></td>
28282828
<td><p>The full command line used to run osxphotos</p></td>
@@ -3679,7 +3679,7 @@ <h2>Additional Examples<a class="headerlink" href="#id174" title="Link to this h
36793679

36803680
</aside>
36813681
</div>
3682-
</div><script src="_static/documentation_options.js?v=9e7551f1"></script>
3682+
</div><script src="_static/documentation_options.js?v=a98ddb9b"></script>
36833683
<script src="_static/doctools.js?v=9a2dae69"></script>
36843684
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
36853685
<script src="_static/scripts/furo.js?v=32e29ea5"></script>

docs/_modules/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2023.09.10 -->
8-
<title>Overview: module code - osxphotos 0.68.5 documentation</title>
8+
<title>Overview: module code - osxphotos 0.68.6 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
1010
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
@@ -123,7 +123,7 @@
123123
</label>
124124
</div>
125125
<div class="header-center">
126-
<a href="../index.html"><div class="brand">osxphotos 0.68.5 documentation</div></a>
126+
<a href="../index.html"><div class="brand">osxphotos 0.68.6 documentation</div></a>
127127
</div>
128128
<div class="header-right">
129129
<div class="theme-toggle-container theme-toggle-header">
@@ -146,7 +146,7 @@
146146
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">
147147

148148

149-
<span class="sidebar-brand-text">osxphotos 0.68.5 documentation</span>
149+
<span class="sidebar-brand-text">osxphotos 0.68.6 documentation</span>
150150

151151
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
152152
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -251,7 +251,7 @@ <h1>All modules for which code is available</h1>
251251

252252
</aside>
253253
</div>
254-
</div><script src="../_static/documentation_options.js?v=9e7551f1"></script>
254+
</div><script src="../_static/documentation_options.js?v=a98ddb9b"></script>
255255
<script src="../_static/doctools.js?v=9a2dae69"></script>
256256
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
257257
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>

docs/_modules/osxphotos/_constants.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2023.09.10 -->
8-
<title>osxphotos._constants - osxphotos 0.68.4 documentation</title>
8+
<title>osxphotos._constants - osxphotos 0.68.6 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
@@ -123,7 +123,7 @@
123123
</label>
124124
</div>
125125
<div class="header-center">
126-
<a href="../../index.html"><div class="brand">osxphotos 0.68.4 documentation</div></a>
126+
<a href="../../index.html"><div class="brand">osxphotos 0.68.6 documentation</div></a>
127127
</div>
128128
<div class="header-right">
129129
<div class="theme-toggle-container theme-toggle-header">
@@ -146,7 +146,7 @@
146146
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
147147

148148

149-
<span class="sidebar-brand-text">osxphotos 0.68.4 documentation</span>
149+
<span class="sidebar-brand-text">osxphotos 0.68.6 documentation</span>
150150

151151
</a><form class="sidebar-search-container" method="get" action="../../search.html" role="search">
152152
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -825,7 +825,7 @@ <h1>Source code for osxphotos._constants</h1><div class="highlight"><pre>
825825

826826
</aside>
827827
</div>
828-
</div><script src="../../_static/documentation_options.js?v=3a0dd5e8"></script>
828+
</div><script src="../../_static/documentation_options.js?v=a98ddb9b"></script>
829829
<script src="../../_static/doctools.js?v=9a2dae69"></script>
830830
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
831831
<script src="../../_static/scripts/furo.js?v=32e29ea5"></script>

docs/_modules/osxphotos/albuminfo.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2023.09.10 -->
8-
<title>osxphotos.albuminfo - osxphotos 0.68.5 documentation</title>
8+
<title>osxphotos.albuminfo - osxphotos 0.68.6 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
@@ -123,7 +123,7 @@
123123
</label>
124124
</div>
125125
<div class="header-center">
126-
<a href="../../index.html"><div class="brand">osxphotos 0.68.5 documentation</div></a>
126+
<a href="../../index.html"><div class="brand">osxphotos 0.68.6 documentation</div></a>
127127
</div>
128128
<div class="header-right">
129129
<div class="theme-toggle-container theme-toggle-header">
@@ -146,7 +146,7 @@
146146
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
147147

148148

149-
<span class="sidebar-brand-text">osxphotos 0.68.5 documentation</span>
149+
<span class="sidebar-brand-text">osxphotos 0.68.6 documentation</span>
150150

151151
</a><form class="sidebar-search-container" method="get" action="../../search.html" role="search">
152152
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -768,7 +768,7 @@ <h1>Source code for osxphotos.albuminfo</h1><div class="highlight"><pre>
768768

769769
</aside>
770770
</div>
771-
</div><script src="../../_static/documentation_options.js?v=9e7551f1"></script>
771+
</div><script src="../../_static/documentation_options.js?v=a98ddb9b"></script>
772772
<script src="../../_static/doctools.js?v=9a2dae69"></script>
773773
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
774774
<script src="../../_static/scripts/furo.js?v=32e29ea5"></script>

docs/_modules/osxphotos/exifinfo.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2023.09.10 -->
8-
<title>osxphotos.exifinfo - osxphotos 0.68.5 documentation</title>
8+
<title>osxphotos.exifinfo - osxphotos 0.68.6 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
@@ -123,7 +123,7 @@
123123
</label>
124124
</div>
125125
<div class="header-center">
126-
<a href="../../index.html"><div class="brand">osxphotos 0.68.5 documentation</div></a>
126+
<a href="../../index.html"><div class="brand">osxphotos 0.68.6 documentation</div></a>
127127
</div>
128128
<div class="header-right">
129129
<div class="theme-toggle-container theme-toggle-header">
@@ -146,7 +146,7 @@
146146
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
147147

148148

149-
<span class="sidebar-brand-text">osxphotos 0.68.5 documentation</span>
149+
<span class="sidebar-brand-text">osxphotos 0.68.6 documentation</span>
150150

151151
</a><form class="sidebar-search-container" method="get" action="../../search.html" role="search">
152152
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -261,7 +261,7 @@ <h1>Source code for osxphotos.exifinfo</h1><div class="highlight"><pre>
261261

262262
</aside>
263263
</div>
264-
</div><script src="../../_static/documentation_options.js?v=9e7551f1"></script>
264+
</div><script src="../../_static/documentation_options.js?v=a98ddb9b"></script>
265265
<script src="../../_static/doctools.js?v=9a2dae69"></script>
266266
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
267267
<script src="../../_static/scripts/furo.js?v=32e29ea5"></script>

docs/_modules/osxphotos/exifwriter.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2023.09.10 -->
8-
<title>osxphotos.exifwriter - osxphotos 0.68.3 documentation</title>
8+
<title>osxphotos.exifwriter - osxphotos 0.68.6 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
@@ -123,7 +123,7 @@
123123
</label>
124124
</div>
125125
<div class="header-center">
126-
<a href="../../index.html"><div class="brand">osxphotos 0.68.3 documentation</div></a>
126+
<a href="../../index.html"><div class="brand">osxphotos 0.68.6 documentation</div></a>
127127
</div>
128128
<div class="header-right">
129129
<div class="theme-toggle-container theme-toggle-header">
@@ -146,7 +146,7 @@
146146
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
147147

148148

149-
<span class="sidebar-brand-text">osxphotos 0.68.3 documentation</span>
149+
<span class="sidebar-brand-text">osxphotos 0.68.6 documentation</span>
150150

151151
</a><form class="sidebar-search-container" method="get" action="../../search.html" role="search">
152152
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -806,7 +806,7 @@ <h1>Source code for osxphotos.exifwriter</h1><div class="highlight"><pre>
806806

807807
</aside>
808808
</div>
809-
</div><script src="../../_static/documentation_options.js?v=f1844525"></script>
809+
</div><script src="../../_static/documentation_options.js?v=a98ddb9b"></script>
810810
<script src="../../_static/doctools.js?v=9a2dae69"></script>
811811
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
812812
<script src="../../_static/scripts/furo.js?v=32e29ea5"></script>

docs/_modules/osxphotos/iphoto.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2023.09.10 -->
8-
<title>osxphotos.iphoto - osxphotos 0.68.5 documentation</title>
8+
<title>osxphotos.iphoto - osxphotos 0.68.6 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
@@ -123,7 +123,7 @@
123123
</label>
124124
</div>
125125
<div class="header-center">
126-
<a href="../../index.html"><div class="brand">osxphotos 0.68.5 documentation</div></a>
126+
<a href="../../index.html"><div class="brand">osxphotos 0.68.6 documentation</div></a>
127127
</div>
128128
<div class="header-right">
129129
<div class="theme-toggle-container theme-toggle-header">
@@ -146,7 +146,7 @@
146146
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
147147

148148

149-
<span class="sidebar-brand-text">osxphotos 0.68.5 documentation</span>
149+
<span class="sidebar-brand-text">osxphotos 0.68.6 documentation</span>
150150

151151
</a><form class="sidebar-search-container" method="get" action="../../search.html" role="search">
152152
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -2881,7 +2881,7 @@ <h1>Source code for osxphotos.iphoto</h1><div class="highlight"><pre>
28812881

28822882
</aside>
28832883
</div>
2884-
</div><script src="../../_static/documentation_options.js?v=9e7551f1"></script>
2884+
</div><script src="../../_static/documentation_options.js?v=a98ddb9b"></script>
28852885
<script src="../../_static/doctools.js?v=9a2dae69"></script>
28862886
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
28872887
<script src="../../_static/scripts/furo.js?v=32e29ea5"></script>

docs/_modules/osxphotos/photoinfo.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2023.09.10 -->
8-
<title>osxphotos.photoinfo - osxphotos 0.68.5 documentation</title>
8+
<title>osxphotos.photoinfo - osxphotos 0.68.6 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
@@ -123,7 +123,7 @@
123123
</label>
124124
</div>
125125
<div class="header-center">
126-
<a href="../../index.html"><div class="brand">osxphotos 0.68.5 documentation</div></a>
126+
<a href="../../index.html"><div class="brand">osxphotos 0.68.6 documentation</div></a>
127127
</div>
128128
<div class="header-right">
129129
<div class="theme-toggle-container theme-toggle-header">
@@ -146,7 +146,7 @@
146146
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
147147

148148

149-
<span class="sidebar-brand-text">osxphotos 0.68.5 documentation</span>
149+
<span class="sidebar-brand-text">osxphotos 0.68.6 documentation</span>
150150

151151
</a><form class="sidebar-search-container" method="get" action="../../search.html" role="search">
152152
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -899,7 +899,7 @@ <h1>Source code for osxphotos.photoinfo</h1><div class="highlight"><pre>
899899
<span class="nd">@property</span>
900900
<span class="k">def</span> <span class="nf">hasadjustments</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="nb">bool</span><span class="p">:</span>
901901
<span class="w"> </span><span class="sd">&quot;&quot;&quot;True if picture has adjustments / edits&quot;&quot;&quot;</span>
902-
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_info</span><span class="p">[</span><span class="s2">&quot;hasAdjustments&quot;</span><span class="p">]</span> <span class="o">==</span> <span class="mi">1</span>
902+
<span class="k">return</span> <span class="nb">bool</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">_info</span><span class="p">[</span><span class="s2">&quot;hasAdjustments&quot;</span><span class="p">])</span>
903903

904904
<span class="nd">@property</span>
905905
<span class="k">def</span> <span class="nf">adjustments_path</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">pathlib</span><span class="o">.</span><span class="n">Path</span> <span class="o">|</span> <span class="kc">None</span><span class="p">:</span>
@@ -2614,7 +2614,7 @@ <h1>Source code for osxphotos.photoinfo</h1><div class="highlight"><pre>
26142614

26152615
</aside>
26162616
</div>
2617-
</div><script src="../../_static/documentation_options.js?v=9e7551f1"></script>
2617+
</div><script src="../../_static/documentation_options.js?v=a98ddb9b"></script>
26182618
<script src="../../_static/doctools.js?v=9a2dae69"></script>
26192619
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
26202620
<script src="../../_static/scripts/furo.js?v=32e29ea5"></script>

0 commit comments

Comments
 (0)