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 `.