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"