From ab8deda4fb3f519992bd960771d3d6ff83d1fde5 Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Clark" Date: Tue, 2 Sep 2025 09:32:29 -0400 Subject: [PATCH] Bump version to 5.2.0 --- django_mongodb_backend/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_mongodb_backend/__init__.py b/django_mongodb_backend/__init__.py index 475823adb..72e1326e0 100644 --- a/django_mongodb_backend/__init__.py +++ b/django_mongodb_backend/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.2.0b4" +__version__ = "5.2.0" # Check Django compatibility before other imports which may fail if the # wrong version of Django is installed.