From 55c1b33b981a518827c941ea4a89941d07afb467 Mon Sep 17 00:00:00 2001 From: Michael Beaton Date: Sat, 10 Feb 2024 19:23:37 +0000 Subject: [PATCH] Version patch --- CHANGELOG.md | 4 ++-- mentions/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b0b78..0879c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ > [!NOTE] > Release notes are also available on the [wiki](https://github.com/beatonma/django-wm/wiki/Releases). -## 4.1.0 (2024-02-10) +## 4.1.1 (2024-02-10) > [!WARNING] > `python manage.py migrate` required for new fields. @@ -16,7 +16,7 @@ - New settings for allowing or disabling webmentions to/from a set of domains: - `WEBMENTIONS_DOMAINS_INCOMING_ALLOW: Iterable[str] = None` - - `WEBMENTIONS_DOMAINS_INCOMING_DENY: Iterable[str] = None` + - `WEBMENTIONS_\DOMAINS_INCOMING_DENY: Iterable[str] = None` - `WEBMENTIONS_DOMAINS_OUTGOING_ALLOW: Iterable[str] = None` - `WEBMENTIONS_DOMAINS_OUTGOING_DENY: Iterable[str] = None` diff --git a/mentions/__init__.py b/mentions/__init__.py index 0926727..f503e5c 100644 --- a/mentions/__init__.py +++ b/mentions/__init__.py @@ -1,2 +1,2 @@ -__version__ = "4.1.0" +__version__ = "4.1.1" __url__ = "https://github.com/beatonma/django-wm/"