From 8a8efb936f62033c042f49b9ac4be0b73db5d129 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 17 Nov 2025 11:52:52 -0500 Subject: [PATCH] Bump version to 5.2.3 --- django_mongodb_backend/__init__.py | 2 +- docs/releases/5.2.x.rst | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/django_mongodb_backend/__init__.py b/django_mongodb_backend/__init__.py index 577a4f104..a58bfd41b 100644 --- a/django_mongodb_backend/__init__.py +++ b/django_mongodb_backend/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.2.3.dev0" +__version__ = "5.2.3" # 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 15e436a7d..51ba35cbf 100644 --- a/docs/releases/5.2.x.rst +++ b/docs/releases/5.2.x.rst @@ -5,12 +5,7 @@ Django MongoDB Backend 5.2.x 5.2.3 ===== -*Unreleased* - -New features ------------- - -- ... +*November 18, 2025* Bug fixes ---------