We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce390e8 commit 6b75092Copy full SHA for 6b75092
django_mongodb_backend/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "6.0.0.dev0"
+__version__ = "6.0.0"
2
3
# Check Django compatibility before other imports which may fail if the
4
# wrong version of Django is installed.
docs/releases/6.0.x.rst
@@ -5,7 +5,7 @@ Django MongoDB Backend 6.0.x
5
6.0.0
6
=====
7
8
-*Unreleased*
+*December 11, 2025*
9
10
Initial release from the state of :ref:`django-mongodb-backend 5.2.3
11
<django-mongodb-backend-5.2.3>`.
0 commit comments