From 77a23265a9c7433012fab4d893ae96ed294207f4 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Tue, 29 Apr 2025 17:55:57 +0200 Subject: [PATCH] Bump version to 3.8.2 --- CHANGELOG.md | 2 ++ PFERD/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"