diff --git a/README.md b/README.md index 23af0e76..01ef2a87 100644 --- a/README.md +++ b/README.md @@ -1775,7 +1775,7 @@ Substitution Description {lf} A line feed: '\n', alias for {newline} {cr} A carriage return: '\r' {crlf} a carriage return + line feed: '\r\n' -{osxphotos_version} The osxphotos version, e.g. '0.47.2' +{osxphotos_version} The osxphotos version, e.g. '0.47.3' {osxphotos_cmd_line} The full command line used to run osxphotos The following substitutions may result in multiple values. Thus if specified for @@ -3679,7 +3679,7 @@ The following template field substitutions are availabe for use the templating s |{lf}|A line feed: '\n', alias for {newline}| |{cr}|A carriage return: '\r'| |{crlf}|a carriage return + line feed: '\r\n'| -|{osxphotos_version}|The osxphotos version, e.g. '0.47.2'| +|{osxphotos_version}|The osxphotos version, e.g. '0.47.3'| |{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| diff --git a/docs/.buildinfo b/docs/.buildinfo index 7405013c..b85e8790 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 27df32b0956a3bb04b6e6f0109bb2213 +config: d2a6d9757aa80bb1bbdf6e4e35a7326b tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_modules/index.html b/docs/_modules/index.html index a8525b26..018187ff 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -5,7 +5,7 @@ - Overview: module code — osxphotos 0.47.2 documentation + Overview: module code — osxphotos 0.47.3 documentation diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 762bb612..be73541c 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.47.2', + VERSION: '0.47.3', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/cli.html b/docs/cli.html index 483a7c2a..bf1c4dfa 100644 --- a/docs/cli.html +++ b/docs/cli.html @@ -6,7 +6,7 @@ - osxphotos command line interface (CLI) — osxphotos 0.47.2 documentation + osxphotos command line interface (CLI) — osxphotos 0.47.3 documentation diff --git a/docs/genindex.html b/docs/genindex.html index 564c31b4..f4cd92f5 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -5,7 +5,7 @@ - Index — osxphotos 0.47.2 documentation + Index — osxphotos 0.47.3 documentation diff --git a/docs/index.html b/docs/index.html index 0fc58aae..822f5abe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,7 @@ - Welcome to osxphotos’s documentation! — osxphotos 0.47.2 documentation + Welcome to osxphotos’s documentation! — osxphotos 0.47.3 documentation diff --git a/docs/modules.html b/docs/modules.html index be130083..98eae3f9 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -6,7 +6,7 @@ - osxphotos — osxphotos 0.47.2 documentation + osxphotos — osxphotos 0.47.3 documentation diff --git a/docs/reference.html b/docs/reference.html index 02215ad0..eb53717f 100644 --- a/docs/reference.html +++ b/docs/reference.html @@ -6,7 +6,7 @@ - osxphotos package — osxphotos 0.47.2 documentation + osxphotos package — osxphotos 0.47.3 documentation diff --git a/docs/search.html b/docs/search.html index 8e9ef956..de64e554 100644 --- a/docs/search.html +++ b/docs/search.html @@ -5,7 +5,7 @@ - Search — osxphotos 0.47.2 documentation + Search — osxphotos 0.47.3 documentation diff --git a/osxphotos/_version.py b/osxphotos/_version.py index f3f8988c..2f531a83 100644 --- a/osxphotos/_version.py +++ b/osxphotos/_version.py @@ -1,3 +1,3 @@ """ version info """ -__version__ = "0.47.2" +__version__ = "0.47.4"