Skip to content

Commit 6b75092

Browse files
committed
Bump version to 6.0.0
1 parent ce390e8 commit 6b75092

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_mongodb_backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "6.0.0.dev0"
1+
__version__ = "6.0.0"
22

33
# Check Django compatibility before other imports which may fail if the
44
# wrong version of Django is installed.

docs/releases/6.0.x.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Django MongoDB Backend 6.0.x
55
6.0.0
66
=====
77

8-
*Unreleased*
8+
*December 11, 2025*
99

1010
Initial release from the state of :ref:`django-mongodb-backend 5.2.3
1111
<django-mongodb-backend-5.2.3>`.

0 commit comments

Comments
 (0)