diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9282b5b..f205e11 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog ========= -Release 1.7.0 (TBA) +Release 1.7.0 (2024-02-03) - Support user-defined connection timeouts. diff --git a/docs/fangfrisch.adoc b/docs/fangfrisch.adoc index 89e28cc..81bb88b 100644 --- a/docs/fangfrisch.adoc +++ b/docs/fangfrisch.adoc @@ -1,6 +1,6 @@ # Fangfrisch Ralph Seichter -v1.7.0.dev3, {docdate} +v1.7.0, {docdate} :copyright: © 2020-2024 Ralph Seichter :encoding: UTF-8 :hyphens: en diff --git a/docs/fangfrisch.pdf b/docs/fangfrisch.pdf index 8ff1290..e41ccd5 100644 Binary files a/docs/fangfrisch.pdf and b/docs/fangfrisch.pdf differ diff --git a/docs/index.html b/docs/index.html index 849d4a2..2be609b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -442,8 +442,8 @@

Fangfrisch

Ralph Seichter

-version 1.7.0.dev3, -2024-02-02 +version 1.7.0, +2024-02-03
Table of Contents
@@ -1228,8 +1228,8 @@

C

diff --git a/fangfrisch/__init__.py b/fangfrisch/__init__.py index c02d3cc..158c830 100644 --- a/fangfrisch/__init__.py +++ b/fangfrisch/__init__.py @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fangfrisch. If not, see . """ -__version__ = '1.7.0.dev3' +__version__ = '1.7.0' class ClamavItem: