From 592657bc3becba81950a75bdf6e1abeba64b3b43 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 8 Sep 2025 07:47:48 -0400 Subject: [PATCH] Bump version to 5.2.1 --- django_mongodb_backend/__init__.py | 2 +- docs/releases/5.2.x.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_mongodb_backend/__init__.py b/django_mongodb_backend/__init__.py index bca3b4ab2..15f4880ec 100644 --- a/django_mongodb_backend/__init__.py +++ b/django_mongodb_backend/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.2.1.dev0" +__version__ = "5.2.1" # Check Django compatibility before other imports which may fail if the # wrong version of Django is installed. diff --git a/docs/releases/5.2.x.rst b/docs/releases/5.2.x.rst index 8079ac439..c7ef3b324 100644 --- a/docs/releases/5.2.x.rst +++ b/docs/releases/5.2.x.rst @@ -5,7 +5,7 @@ Django MongoDB Backend 5.2.x 5.2.1 ===== -*Unreleased* +*September 8, 2025* New features ------------