diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 842f55f..7ea1927 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog ========= -Release 1.8.1 (TBA) +Release 1.8.1 (2024-02-21) - Python unit tests requiring network connections are now disabled by default to facilitate sandboxed testing. Set environment variable `NETWORK_TESTS=1` to enable these tests. diff --git a/docs/fangfrisch.adoc b/docs/fangfrisch.adoc index a379062..86db468 100644 --- a/docs/fangfrisch.adoc +++ b/docs/fangfrisch.adoc @@ -1,6 +1,6 @@ # Fangfrisch Ralph Seichter -v1.8.1.dev1, {docdate} +v1.8.1, {docdate} :copyright: © 2020-2024 Ralph Seichter :encoding: UTF-8 :hyphens: en diff --git a/docs/fangfrisch.pdf b/docs/fangfrisch.pdf index 712ae2b..2569584 100644 Binary files a/docs/fangfrisch.pdf and b/docs/fangfrisch.pdf differ diff --git a/docs/index.html b/docs/index.html index 059eef6..9906228 100644 --- a/docs/index.html +++ b/docs/index.html @@ -442,8 +442,8 @@

Fangfrisch

Ralph Seichter

-version 1.8.0, -2024-02-15 +version 1.8.1, +2024-02-21
Table of Contents
@@ -1279,8 +1279,8 @@

C

diff --git a/fangfrisch/__init__.py b/fangfrisch/__init__.py index 3ef2039..d63bb34 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.8.1.dev1' +__version__ = '1.8.1' class ClamavItem: diff --git a/setup.cfg b/setup.cfg index ac1470b..dee6d86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,7 @@ project_urls = Source = https://github.com/rseichter/fangfrisch Tracker = https://github.com/rseichter/fangfrisch/issues url = https://github.com/rseichter/fangfrisch -version = 1.8.1.dev1 +version = 1.8.1 [options] install_requires =