From d15f6444e881d84c0da89768201aa300f8b3f5a9 Mon Sep 17 00:00:00 2001 From: Michael Beaton Date: Fri, 2 Feb 2024 18:14:57 +0000 Subject: [PATCH] 4.0.4: Dependency compatibility fixes --- mentions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mentions/__init__.py b/mentions/__init__.py index 93368b0..45f29f3 100644 --- a/mentions/__init__.py +++ b/mentions/__init__.py @@ -1,2 +1,2 @@ -__version__ = "4.0.3" +__version__ = "4.0.4" __url__ = "https://github.com/beatonma/django-wm/"