Skip to content

Commit

Permalink
Prepare release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rseichter committed Feb 21, 2024
1 parent a43b086 commit 784b60d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.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.
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.8.1.dev1, {docdate}
v1.8.1, {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.8.0,</span>
<span id="revdate">2024-02-15</span>
<span id="revnumber">version 1.8.1,</span>
<span id="revdate">2024-02-21</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -1279,8 +1279,8 @@ <h3 id="_accessing_mappings"><a class="anchor" href="#_accessing_mappings"></a>C
</div>
<div id="footer">
<div id="footer-text">
Version 1.8.0<br>
Last updated 2024-02-15 05:42:18 +0100
Version 1.8.1<br>
Last updated 2024-02-21 14:37:38 +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.8.1.dev1'
__version__ = '1.8.1'


class ClamavItem:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 784b60d

Please sign in to comment.