diff --git a/CHANGELOG.md b/CHANGELOG.md index e7273a0..20a39b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ ambiguous situations. ## Unreleased +## 3.8.2 - 2025-04-29 + ## Changed - Explicitly mention that wikis are not supported at the moment and ignore them diff --git a/PFERD/version.py b/PFERD/version.py index d67e528..12c568a 100644 --- a/PFERD/version.py +++ b/PFERD/version.py @@ -1,2 +1,2 @@ NAME = "PFERD" -VERSION = "3.8.1" +VERSION = "3.8.2"