Skip to content

Commit a7c445b

Browse files
authored
Release v0 69 2 (#1760)
* version bump * version bump * Release files for v0.69.2
1 parent 7abf919 commit a7c445b

28 files changed

+347
-334
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.69.0
2+
current_version = 0.69.2
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
@@ -2586,7 +2586,7 @@ cog.out("\n"+get_template_field_table()+"\n")
25862586
|{cr}|A carriage return: '\r'|
25872587
|{crlf}|A carriage return + line feed: '\r\n'|
25882588
|{tab}|:A tab: '\t'|
2589-
|{osxphotos_version}|The osxphotos version, e.g. '0.69.0'|
2589+
|{osxphotos_version}|The osxphotos version, e.g. '0.69.2'|
25902590
|{osxphotos_cmd_line}|The full command line used to run osxphotos|
25912591
|{album}|Album(s) photo is contained in|
25922592
|{folder_album}|Folder path + album photo is contained in. e.g. 'Folder/Subfolder/Album' or just 'Album' if no enclosing folder|

README.md

+269-268
Large diffs are not rendered by default.

applecrate.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# The version in this file will be updated by bump2version
33

44
app = "osxphotos"
5-
version = "0.69.0"
5+
version = "0.69.2"
66
identifier = "org.rhettbull.osxphotos"
77
license = "LICENSE"
88
install = [
99
[
10-
"build/osxphotos-0.69.0-{{ machine }}",
10+
"build/osxphotos-0.69.2-{{ machine }}",
1111
"/usr/local/bin/osxphotos",
1212
],
1313
]

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 records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 35c53fc8989154e8969a7e6dc596e13f
3+
config: db19e730cc7ef9acfd6ea85f3808d803
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 8.1.3 and Furo 2024.08.06 -->
9-
<title>OSXPhotos Python API - osxphotos 0.69.0 documentation</title>
9+
<title>OSXPhotos Python API - osxphotos 0.69.2 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=354aac6f" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -167,7 +167,7 @@
167167
</label>
168168
</div>
169169
<div class="header-center">
170-
<a href="index.html"><div class="brand">osxphotos 0.69.0 documentation</div></a>
170+
<a href="index.html"><div class="brand">osxphotos 0.69.2 documentation</div></a>
171171
</div>
172172
<div class="header-right">
173173
<div class="theme-toggle-container theme-toggle-header">
@@ -191,7 +191,7 @@
191191
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
192192

193193

194-
<span class="sidebar-brand-text">osxphotos 0.69.0 documentation</span>
194+
<span class="sidebar-brand-text">osxphotos 0.69.2 documentation</span>
195195

196196
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
197197
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -2893,7 +2893,7 @@ <h3>Template System<a class="headerlink" href="#id166" title="Link to this headi
28932893
</td>
28942894
</tr>
28952895
<tr class="row-odd"><td><p>{osxphotos_version}</p></td>
2896-
<td><p>The osxphotos version, e.g. ‘0.69.0</p></td>
2896+
<td><p>The osxphotos version, e.g. ‘0.69.2</p></td>
28972897
</tr>
28982898
<tr class="row-even"><td><p>{osxphotos_cmd_line}</p></td>
28992899
<td><p>The full command line used to run osxphotos</p></td>
@@ -3753,7 +3753,7 @@ <h2>Additional Examples<a class="headerlink" href="#id174" title="Link to this h
37533753

37543754
</aside>
37553755
</div>
3756-
</div><script src="_static/documentation_options.js?v=b7a98516"></script>
3756+
</div><script src="_static/documentation_options.js?v=24298b65"></script>
37573757
<script src="_static/doctools.js?v=9bcbadda"></script>
37583758
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
37593759
<script src="_static/scripts/furo.js?v=5fa4622c"></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 8.1.3 and Furo 2024.08.06 -->
8-
<title>Overview: module code - osxphotos 0.69.0 documentation</title>
8+
<title>Overview: module code - osxphotos 0.69.2 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=354aac6f" />
1111
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
@@ -166,7 +166,7 @@
166166
</label>
167167
</div>
168168
<div class="header-center">
169-
<a href="../index.html"><div class="brand">osxphotos 0.69.0 documentation</div></a>
169+
<a href="../index.html"><div class="brand">osxphotos 0.69.2 documentation</div></a>
170170
</div>
171171
<div class="header-right">
172172
<div class="theme-toggle-container theme-toggle-header">
@@ -190,7 +190,7 @@
190190
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">
191191

192192

193-
<span class="sidebar-brand-text">osxphotos 0.69.0 documentation</span>
193+
<span class="sidebar-brand-text">osxphotos 0.69.2 documentation</span>
194194

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

297297
</aside>
298298
</div>
299-
</div><script src="../_static/documentation_options.js?v=b7a98516"></script>
299+
</div><script src="../_static/documentation_options.js?v=24298b65"></script>
300300
<script src="../_static/doctools.js?v=9bcbadda"></script>
301301
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
302302
<script src="../_static/scripts/furo.js?v=5fa4622c"></script>

docs/_sources/API_README.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3056,7 +3056,7 @@ The following template field substitutions are availabe for use the templating s
30563056
* - {tab}
30573057
- :A tab: '\t'
30583058
* - {osxphotos_version}
3059-
- The osxphotos version, e.g. '0.69.0'
3059+
- The osxphotos version, e.g. '0.69.2'
30603060
* - {osxphotos_cmd_line}
30613061
- The full command line used to run osxphotos
30623062
* - {album}

docs/_sources/overview.rst.txt

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ This package will install a command line utility called ``osxphotos`` that allow
9393
timewarp Adjust date/time/timezone of photos in Apple Photos.
9494
tutorial Display osxphotos tutorial.
9595
uninstall Uninstall Python packages from the osxphotos environment
96+
update Update the installation to the latest version.
9697
uuid Print out unique IDs (UUID) of photos selected in Photos
9798
version Check for new version of osxphotos.
9899

docs/_sources/template_help.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Template Substitutions
369369
* - {tab}
370370
- :A tab: '\t'
371371
* - {osxphotos_version}
372-
- The osxphotos version, e.g. '0.69.0'
372+
- The osxphotos version, e.g. '0.69.2'
373373
* - {osxphotos_cmd_line}
374374
- The full command line used to run osxphotos
375375
* - {album}

docs/_static/documentation_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '0.69.0',
2+
VERSION: '0.69.2',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/cli.html

+12-4
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 Template System" href="template_help.html" /><link rel="prev" title="OSXPhotos Tutorial" href="tutorial.html" />
77

88
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
9-
<title>OSXPhotos Command Line Interface (CLI) - osxphotos 0.69.0 documentation</title>
9+
<title>OSXPhotos Command Line Interface (CLI) - osxphotos 0.69.2 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=354aac6f" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -167,7 +167,7 @@
167167
</label>
168168
</div>
169169
<div class="header-center">
170-
<a href="index.html"><div class="brand">osxphotos 0.69.0 documentation</div></a>
170+
<a href="index.html"><div class="brand">osxphotos 0.69.2 documentation</div></a>
171171
</div>
172172
<div class="header-right">
173173
<div class="theme-toggle-container theme-toggle-header">
@@ -191,7 +191,7 @@
191191
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
192192

193193

194-
<span class="sidebar-brand-text">osxphotos 0.69.0 documentation</span>
194+
<span class="sidebar-brand-text">osxphotos 0.69.2 documentation</span>
195195

196196
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
197197
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -6014,6 +6014,13 @@ <h3>uninstall<a class="headerlink" href="#osxphotos-uninstall" title="Link to th
60146014
<dd><p>Required argument(s)</p>
60156015
</dd></dl>
60166016

6017+
</section>
6018+
<section id="osxphotos-update">
6019+
<h3>update<a class="headerlink" href="#osxphotos-update" title="Link to this heading">¶</a></h3>
6020+
<p>Update the installation to the latest version.</p>
6021+
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>osxphotos<span class="w"> </span>update<span class="w"> </span><span class="o">[</span>OPTIONS<span class="o">]</span>
6022+
</pre></div>
6023+
</div>
60176024
</section>
60186025
<section id="osxphotos-uuid">
60196026
<h3>uuid<a class="headerlink" href="#osxphotos-uuid" title="Link to this heading">¶</a></h3>
@@ -6195,6 +6202,7 @@ <h3>version<a class="headerlink" href="#osxphotos-version" title="Link to this h
61956202
<li><a class="reference internal" href="#osxphotos-timewarp">timewarp</a></li>
61966203
<li><a class="reference internal" href="#osxphotos-tutorial">tutorial</a></li>
61976204
<li><a class="reference internal" href="#osxphotos-uninstall">uninstall</a></li>
6205+
<li><a class="reference internal" href="#osxphotos-update">update</a></li>
61986206
<li><a class="reference internal" href="#osxphotos-uuid">uuid</a></li>
61996207
<li><a class="reference internal" href="#osxphotos-version">version</a></li>
62006208
</ul>
@@ -6210,7 +6218,7 @@ <h3>version<a class="headerlink" href="#osxphotos-version" title="Link to this h
62106218

62116219
</aside>
62126220
</div>
6213-
</div><script src="_static/documentation_options.js?v=b7a98516"></script>
6221+
</div><script src="_static/documentation_options.js?v=24298b65"></script>
62146222
<script src="_static/doctools.js?v=9bcbadda"></script>
62156223
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
62166224
<script src="_static/scripts/furo.js?v=5fa4622c"></script>

docs/genindex.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width,initial-scale=1"/>
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
66

7-
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 --><title>Index - osxphotos 0.69.0 documentation</title>
7+
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 --><title>Index - osxphotos 0.69.2 documentation</title>
88
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
99
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
1010
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -165,7 +165,7 @@
165165
</label>
166166
</div>
167167
<div class="header-center">
168-
<a href="index.html"><div class="brand">osxphotos 0.69.0 documentation</div></a>
168+
<a href="index.html"><div class="brand">osxphotos 0.69.2 documentation</div></a>
169169
</div>
170170
<div class="header-right">
171171
<div class="theme-toggle-container theme-toggle-header">
@@ -189,7 +189,7 @@
189189
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
190190

191191

192-
<span class="sidebar-brand-text">osxphotos 0.69.0 documentation</span>
192+
<span class="sidebar-brand-text">osxphotos 0.69.2 documentation</span>
193193

194194
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
195195
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -7658,7 +7658,7 @@ <h2>Y</h2>
76587658

76597659
</aside>
76607660
</div>
7661-
</div><script src="_static/documentation_options.js?v=b7a98516"></script>
7661+
</div><script src="_static/documentation_options.js?v=24298b65"></script>
76627662
<script src="_static/doctools.js?v=9bcbadda"></script>
76637663
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
76647664
<script src="_static/scripts/furo.js?v=5fa4622c"></script>

docs/index.html

+5-4
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" href="overview.html" />
77

88
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
9-
<title>osxphotos 0.69.0 documentation</title>
9+
<title>osxphotos 0.69.2 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=354aac6f" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -167,7 +167,7 @@
167167
</label>
168168
</div>
169169
<div class="header-center">
170-
<a href="#"><div class="brand">osxphotos 0.69.0 documentation</div></a>
170+
<a href="#"><div class="brand">osxphotos 0.69.2 documentation</div></a>
171171
</div>
172172
<div class="header-right">
173173
<div class="theme-toggle-container theme-toggle-header">
@@ -191,7 +191,7 @@
191191
<div class="sidebar-sticky"><a class="sidebar-brand" href="#">
192192

193193

194-
<span class="sidebar-brand-text">osxphotos 0.69.0 documentation</span>
194+
<span class="sidebar-brand-text">osxphotos 0.69.2 documentation</span>
195195

196196
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
197197
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -318,6 +318,7 @@ <h1>Welcome to OSXPhotos’s documentation!<a class="headerlink" href="#welcome-
318318
<li class="toctree-l3"><a class="reference internal" href="cli.html#osxphotos-timewarp">timewarp</a></li>
319319
<li class="toctree-l3"><a class="reference internal" href="cli.html#osxphotos-tutorial">tutorial</a></li>
320320
<li class="toctree-l3"><a class="reference internal" href="cli.html#osxphotos-uninstall">uninstall</a></li>
321+
<li class="toctree-l3"><a class="reference internal" href="cli.html#osxphotos-update">update</a></li>
321322
<li class="toctree-l3"><a class="reference internal" href="cli.html#osxphotos-uuid">uuid</a></li>
322323
<li class="toctree-l3"><a class="reference internal" href="cli.html#osxphotos-version">version</a></li>
323324
</ul>
@@ -1345,7 +1346,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Li
13451346

13461347
</aside>
13471348
</div>
1348-
</div><script src="_static/documentation_options.js?v=b7a98516"></script>
1349+
</div><script src="_static/documentation_options.js?v=24298b65"></script>
13491350
<script src="_static/doctools.js?v=9bcbadda"></script>
13501351
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
13511352
<script src="_static/scripts/furo.js?v=5fa4622c"></script>

docs/overview.cog.html

+4-4
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" />
77

88
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
9-
<title>OSXPhotos - osxphotos 0.69.0 documentation</title>
9+
<title>OSXPhotos - osxphotos 0.69.2 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=354aac6f" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -167,7 +167,7 @@
167167
</label>
168168
</div>
169169
<div class="header-center">
170-
<a href="index.html"><div class="brand">osxphotos 0.69.0 documentation</div></a>
170+
<a href="index.html"><div class="brand">osxphotos 0.69.2 documentation</div></a>
171171
</div>
172172
<div class="header-right">
173173
<div class="theme-toggle-container theme-toggle-header">
@@ -191,7 +191,7 @@
191191
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
192192

193193

194-
<span class="sidebar-brand-text">osxphotos 0.69.0 documentation</span>
194+
<span class="sidebar-brand-text">osxphotos 0.69.2 documentation</span>
195195

196196
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
197197
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -346,7 +346,7 @@ <h2>Command Line Usage<a class="headerlink" href="#command-line-usage" title="Li
346346

347347
</aside>
348348
</div>
349-
</div><script src="_static/documentation_options.js?v=b7a98516"></script>
349+
</div><script src="_static/documentation_options.js?v=24298b65"></script>
350350
<script src="_static/doctools.js?v=9bcbadda"></script>
351351
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
352352
<script src="_static/scripts/furo.js?v=5fa4622c"></script>

docs/overview.html

+5-4
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 Tutorial" href="tutorial.html" /><link rel="prev" title="Welcome to OSXPhotos’s documentation!" href="index.html" />
77

88
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
9-
<title>OSXPhotos - osxphotos 0.69.0 documentation</title>
9+
<title>OSXPhotos - osxphotos 0.69.2 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=354aac6f" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -167,7 +167,7 @@
167167
</label>
168168
</div>
169169
<div class="header-center">
170-
<a href="index.html"><div class="brand">osxphotos 0.69.0 documentation</div></a>
170+
<a href="index.html"><div class="brand">osxphotos 0.69.2 documentation</div></a>
171171
</div>
172172
<div class="header-right">
173173
<div class="theme-toggle-container theme-toggle-header">
@@ -191,7 +191,7 @@
191191
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
192192

193193

194-
<span class="sidebar-brand-text">osxphotos 0.69.0 documentation</span>
194+
<span class="sidebar-brand-text">osxphotos 0.69.2 documentation</span>
195195

196196
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
197197
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -332,6 +332,7 @@ <h2>Command Line Usage<a class="headerlink" href="#command-line-usage" title="Li
332332
timewarp Adjust date/time/timezone of photos in Apple Photos.
333333
tutorial Display osxphotos tutorial.
334334
uninstall Uninstall Python packages from the osxphotos environment
335+
update Update the installation to the latest version.
335336
uuid Print out unique IDs (UUID) of photos selected in Photos
336337
version Check for new version of osxphotos.
337338
</pre></div>
@@ -410,7 +411,7 @@ <h2>Command Line Usage<a class="headerlink" href="#command-line-usage" title="Li
410411

411412
</aside>
412413
</div>
413-
</div><script src="_static/documentation_options.js?v=b7a98516"></script>
414+
</div><script src="_static/documentation_options.js?v=24298b65"></script>
414415
<script src="_static/doctools.js?v=9bcbadda"></script>
415416
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
416417
<script src="_static/scripts/furo.js?v=5fa4622c"></script>

0 commit comments

Comments
 (0)