Skip to content

Commit

Permalink
Release v0 69 2 (#1760)
Browse files Browse the repository at this point in the history
* version bump

* version bump

* Release files for v0.69.2
  • Loading branch information
RhetTbull authored Dec 15, 2024
1 parent 7abf919 commit a7c445b
Show file tree
Hide file tree
Showing 28 changed files with 347 additions and 334 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.69.0
current_version = 0.69.2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}

Expand Down
2 changes: 1 addition & 1 deletion API_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,7 @@ cog.out("\n"+get_template_field_table()+"\n")
|{cr}|A carriage return: '\r'|
|{crlf}|A carriage return + line feed: '\r\n'|
|{tab}|:A tab: '\t'|
|{osxphotos_version}|The osxphotos version, e.g. '0.69.0'|
|{osxphotos_version}|The osxphotos version, e.g. '0.69.2'|
|{osxphotos_cmd_line}|The full command line used to run osxphotos|
|{album}|Album(s) photo is contained in|
|{folder_album}|Folder path + album photo is contained in. e.g. 'Folder/Subfolder/Album' or just 'Album' if no enclosing folder|
Expand Down
537 changes: 269 additions & 268 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions applecrate.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# The version in this file will be updated by bump2version

app = "osxphotos"
version = "0.69.0"
version = "0.69.2"
identifier = "org.rhettbull.osxphotos"
license = "LICENSE"
install = [
[
"build/osxphotos-0.69.0-{{ machine }}",
"build/osxphotos-0.69.2-{{ machine }}",
"/usr/local/bin/osxphotos",
],
]
Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 35c53fc8989154e8969a7e6dc596e13f
config: db19e730cc7ef9acfd6ea85f3808d803
tags: 645f666f9bcd5a90fca523b33c5a78b7
10 changes: 5 additions & 5 deletions docs/API_README.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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" />

<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
<title>OSXPhotos Python API - osxphotos 0.69.0 documentation</title>
<title>OSXPhotos Python API - osxphotos 0.69.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -167,7 +167,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">osxphotos 0.69.0 documentation</div></a>
<a href="index.html"><div class="brand">osxphotos 0.69.2 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -191,7 +191,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">


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

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

</aside>
</div>
</div><script src="_static/documentation_options.js?v=b7a98516"></script>
</div><script src="_static/documentation_options.js?v=24298b65"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />

<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
<title>Overview: module code - osxphotos 0.69.0 documentation</title>
<title>Overview: module code - osxphotos 0.69.2 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -166,7 +166,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">osxphotos 0.69.0 documentation</div></a>
<a href="../index.html"><div class="brand">osxphotos 0.69.2 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -190,7 +190,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">


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

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=b7a98516"></script>
</div><script src="../_static/documentation_options.js?v=24298b65"></script>
<script src="../_static/doctools.js?v=9bcbadda"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/API_README.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3056,7 +3056,7 @@ The following template field substitutions are availabe for use the templating s
* - {tab}
- :A tab: '\t'
* - {osxphotos_version}
- The osxphotos version, e.g. '0.69.0'
- The osxphotos version, e.g. '0.69.2'
* - {osxphotos_cmd_line}
- The full command line used to run osxphotos
* - {album}
Expand Down
1 change: 1 addition & 0 deletions docs/_sources/overview.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ This package will install a command line utility called ``osxphotos`` that allow
timewarp Adjust date/time/timezone of photos in Apple Photos.
tutorial Display osxphotos tutorial.
uninstall Uninstall Python packages from the osxphotos environment
update Update the installation to the latest version.
uuid Print out unique IDs (UUID) of photos selected in Photos
version Check for new version of osxphotos.
2 changes: 1 addition & 1 deletion docs/_sources/template_help.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Template Substitutions
* - {tab}
- :A tab: '\t'
* - {osxphotos_version}
- The osxphotos version, e.g. '0.69.0'
- The osxphotos version, e.g. '0.69.2'
* - {osxphotos_cmd_line}
- The full command line used to run osxphotos
* - {album}
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.69.0',
VERSION: '0.69.2',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
16 changes: 12 additions & 4 deletions docs/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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" />

<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
<title>OSXPhotos Command Line Interface (CLI) - osxphotos 0.69.0 documentation</title>
<title>OSXPhotos Command Line Interface (CLI) - osxphotos 0.69.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -167,7 +167,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">osxphotos 0.69.0 documentation</div></a>
<a href="index.html"><div class="brand">osxphotos 0.69.2 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -191,7 +191,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">


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

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

</section>
<section id="osxphotos-update">
<h3>update<a class="headerlink" href="#osxphotos-update" title="Link to this heading">¶</a></h3>
<p>Update the installation to the latest version.</p>
<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>
</pre></div>
</div>
</section>
<section id="osxphotos-uuid">
<h3>uuid<a class="headerlink" href="#osxphotos-uuid" title="Link to this heading">¶</a></h3>
Expand Down Expand Up @@ -6195,6 +6202,7 @@ <h3>version<a class="headerlink" href="#osxphotos-version" title="Link to this h
<li><a class="reference internal" href="#osxphotos-timewarp">timewarp</a></li>
<li><a class="reference internal" href="#osxphotos-tutorial">tutorial</a></li>
<li><a class="reference internal" href="#osxphotos-uninstall">uninstall</a></li>
<li><a class="reference internal" href="#osxphotos-update">update</a></li>
<li><a class="reference internal" href="#osxphotos-uuid">uuid</a></li>
<li><a class="reference internal" href="#osxphotos-version">version</a></li>
</ul>
Expand All @@ -6210,7 +6218,7 @@ <h3>version<a class="headerlink" href="#osxphotos-version" title="Link to this h

</aside>
</div>
</div><script src="_static/documentation_options.js?v=b7a98516"></script>
</div><script src="_static/documentation_options.js?v=24298b65"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />

<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 --><title>Index - osxphotos 0.69.0 documentation</title>
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 --><title>Index - osxphotos 0.69.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -165,7 +165,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">osxphotos 0.69.0 documentation</div></a>
<a href="index.html"><div class="brand">osxphotos 0.69.2 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -189,7 +189,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">


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

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

</aside>
</div>
</div><script src="_static/documentation_options.js?v=b7a98516"></script>
</div><script src="_static/documentation_options.js?v=24298b65"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
9 changes: 5 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="OSXPhotos" href="overview.html" />

<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
<title>osxphotos 0.69.0 documentation</title>
<title>osxphotos 0.69.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -167,7 +167,7 @@
</label>
</div>
<div class="header-center">
<a href="#"><div class="brand">osxphotos 0.69.0 documentation</div></a>
<a href="#"><div class="brand">osxphotos 0.69.2 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -191,7 +191,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="#">


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

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

</aside>
</div>
</div><script src="_static/documentation_options.js?v=b7a98516"></script>
</div><script src="_static/documentation_options.js?v=24298b65"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/overview.cog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" />

<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
<title>OSXPhotos - osxphotos 0.69.0 documentation</title>
<title>OSXPhotos - osxphotos 0.69.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -167,7 +167,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">osxphotos 0.69.0 documentation</div></a>
<a href="index.html"><div class="brand">osxphotos 0.69.2 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -191,7 +191,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">


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

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

</aside>
</div>
</div><script src="_static/documentation_options.js?v=b7a98516"></script>
</div><script src="_static/documentation_options.js?v=24298b65"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
9 changes: 5 additions & 4 deletions docs/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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" />

<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
<title>OSXPhotos - osxphotos 0.69.0 documentation</title>
<title>OSXPhotos - osxphotos 0.69.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -167,7 +167,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">osxphotos 0.69.0 documentation</div></a>
<a href="index.html"><div class="brand">osxphotos 0.69.2 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -191,7 +191,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">


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

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

</aside>
</div>
</div><script src="_static/documentation_options.js?v=b7a98516"></script>
</div><script src="_static/documentation_options.js?v=24298b65"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
Loading

0 comments on commit a7c445b

Please sign in to comment.