From 1b77747f83cb3577885dcc295238d3edfcb24bb8 Mon Sep 17 00:00:00 2001 From: Michael Beaton Date: Fri, 9 Feb 2024 17:24:00 +0000 Subject: [PATCH] Release: 4.1 --- mentions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mentions/__init__.py b/mentions/__init__.py index 27b2034..63fb28c 100644 --- a/mentions/__init__.py +++ b/mentions/__init__.py @@ -1,2 +1,2 @@ -__version__ = "4.1-dev2" +__version__ = "4.1" __url__ = "https://github.com/beatonma/django-wm/"