Skip to content

Commit

Permalink
Prepare release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rseichter committed Feb 3, 2024
1 parent 50067cd commit 8721dc2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

Release 1.7.0 (TBA)
Release 1.7.0 (2024-02-03)

- Support user-defined connection timeouts.

Expand Down
2 changes: 1 addition & 1 deletion docs/fangfrisch.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fangfrisch
Ralph Seichter <fangfrisch@seichter.de>
v1.7.0.dev3, {docdate}
v1.7.0, {docdate}
:copyright: © 2020-2024 Ralph Seichter
:encoding: UTF-8
:hyphens: en
Expand Down
Binary file modified docs/fangfrisch.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ <h1>Fangfrisch</h1>
<div class="details">
<span id="author" class="author">Ralph Seichter</span><br>
<span id="email" class="email"><a href="mailto:[email protected]">[email protected]</a></span><br>
<span id="revnumber">version 1.7.0.dev3,</span>
<span id="revdate">2024-02-02</span>
<span id="revnumber">version 1.7.0,</span>
<span id="revdate">2024-02-03</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -1228,8 +1228,8 @@ <h3 id="_accessing_mappings"><a class="anchor" href="#_accessing_mappings"></a>C
</div>
<div id="footer">
<div id="footer-text">
Version 1.7.0.dev3<br>
Last updated 2024-02-02 20:37:07 +0100
Version 1.7.0<br>
Last updated 2024-02-03 03:26:09 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion fangfrisch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with Fangfrisch. If not, see <https://www.gnu.org/licenses/>.
"""
__version__ = '1.7.0.dev3'
__version__ = '1.7.0'


class ClamavItem:
Expand Down

0 comments on commit 8721dc2

Please sign in to comment.