From 77fce7daf85101719ef4385ba583dd0aeff35a35 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Thu, 17 Apr 2025 11:22:35 +0200 Subject: [PATCH] Bump version to 3.8.1 --- CHANGELOG.md | 2 ++ PFERD/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dbd832..af5bcfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ ambiguous situations. ## Unreleased +## 3.8.1 - 2025-04-17 + ## Fixed - Description html files now specify at UTF-8 encoding - Images in descriptions now always have a white background diff --git a/PFERD/version.py b/PFERD/version.py index 77c0c6c..d67e528 100644 --- a/PFERD/version.py +++ b/PFERD/version.py @@ -1,2 +1,2 @@ NAME = "PFERD" -VERSION = "3.8.0" +VERSION = "3.8.1"