From 6b75092aec39b8338cad5df06cf27bcd668bc815 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 11 Dec 2025 15:44:12 -0500 Subject: [PATCH] Bump version to 6.0.0 --- django_mongodb_backend/__init__.py | 2 +- docs/releases/6.0.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 6f44f5e11..b28653b3a 100644 --- a/django_mongodb_backend/__init__.py +++ b/django_mongodb_backend/__init__.py @@ -1,4 +1,4 @@ -__version__ = "6.0.0.dev0" +__version__ = "6.0.0" # Check Django compatibility before other imports which may fail if the # wrong version of Django is installed. diff --git a/docs/releases/6.0.x.rst b/docs/releases/6.0.x.rst index 57fd691d2..3875abd53 100644 --- a/docs/releases/6.0.x.rst +++ b/docs/releases/6.0.x.rst @@ -5,7 +5,7 @@ Django MongoDB Backend 6.0.x 6.0.0 ===== -*Unreleased* +*December 11, 2025* Initial release from the state of :ref:`django-mongodb-backend 5.2.3 `.