Skip to content

Commit 56e2f46

Browse files
committed
Deploying to gh-pages from @ 8d05b9e 🚀
1 parent e49af92 commit 56e2f46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/version_provider/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,7 +2649,7 @@ <h3 id="step-1-create-your-provider-class">Step 1: Create Your Provider Class<a
26492649
<span class="k">def</span><span class="w"> </span><span class="nf">get_version</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="nb">str</span><span class="p">:</span>
26502650
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Read version from VERSION file.&quot;&quot;&quot;</span>
26512651
<span class="n">version_file</span> <span class="o">=</span> <span class="n">Path</span><span class="p">(</span><span class="s2">&quot;VERSION&quot;</span><span class="p">)</span>
2652-
<span class="k">if</span> <span class="ow">not</span> <span class="n">version_file</span><span class="o">.</span><span class="n">exists</span><span class="p">():</span>
2652+
<span class="k">if</span> <span class="ow">not</span> <span class="n">version_file</span><span class="o">.</span><span class="n">is_file</span><span class="p">():</span>
26532653
<span class="k">return</span> <span class="s2">&quot;0.0.0&quot;</span>
26542654
<span class="k">return</span> <span class="n">version_file</span><span class="o">.</span><span class="n">read_text</span><span class="p">()</span><span class="o">.</span><span class="n">strip</span><span class="p">()</span>
26552655

@@ -2773,7 +2773,7 @@ <h2 id="choosing-the-right-provider">Choosing the Right Provider<a class="header
27732773
<span class="md-icon" title="Last update">
27742774
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
27752775
</span>
2776-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="January 15, 2026 17:03:32 UTC">January 15, 2026</span>
2776+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="February 3, 2026 16:12:59 UTC">February 3, 2026</span>
27772777
</span>
27782778

27792779

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)