Skip to content

Commit

Permalink
Version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
beatonma committed Feb 10, 2024
1 parent d2f1790 commit 55c1b33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -16,7 +16,7 @@

- New settings for allowing or disabling webmentions to/from a set of domains:
- <a href="Settings#WEBMENTIONS_DOMAINS_INCOMING_ALLOW">`WEBMENTIONS_DOMAINS_INCOMING_ALLOW: Iterable[str] = None`</a>
- <a href="Settings#WEBMENTIONS_DOMAINS_INCOMING_DENY">`WEBMENTIONS_DOMAINS_INCOMING_DENY: Iterable[str] = None`</a>
- <a href="Settings#WEBMENTIONS_DOMAINS_INCOMING_DENY">`WEBMENTIONS_\DOMAINS_INCOMING_DENY: Iterable[str] = None`</a>
- <a href="Settings#WEBMENTIONS_DOMAINS_OUTGOING_ALLOW">`WEBMENTIONS_DOMAINS_OUTGOING_ALLOW: Iterable[str] = None`</a>
- <a href="Settings#WEBMENTIONS_DOMAINS_OUTGOING_DENY">`WEBMENTIONS_DOMAINS_OUTGOING_DENY: Iterable[str] = None`</a>

Expand Down
2 changes: 1 addition & 1 deletion mentions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "4.1.0"
__version__ = "4.1.1"
__url__ = "https://github.com/beatonma/django-wm/"

0 comments on commit 55c1b33

Please sign in to comment.