Skip to content

Commit

Permalink
Release v2.0
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
dormant-user committed Oct 25, 2023
1 parent a349f30 commit fbed5a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h1>none-shall-pass - GitHub Action<a class="headerlink" href="#none-shall-pass-
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<ul class="simple">
<li><p>Ignores amazon and localhost URLs.</p></li>
<li><p>Ignores localhost URLs.</p></li>
<li><p>Ignores URLs that return 429 status code.</p></li>
<li><p>Retries once with a longer connect and read timeout in case of a timeout error.</p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Placeholder for the version number of the package."""
version = "2.0a"
version = "2.0"

0 comments on commit fbed5a5

Please sign in to comment.