Skip to content

Commit d722741

Browse files
committed
Bump version to 5.2.0b0
1 parent 81df3ad commit d722741

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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__ = "5.2.0b0.dev0"
1+
__version__ = "5.2.0b0"
22

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

docs/source/releases/5.1.x.rst

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

8-
*Unreleased*
8+
*May 13, 2025*
99

1010
- Added support for a field's custom lookups and transforms in
1111
``EmbeddedModelField``, e.g. ``ArrayField``’s ``contains``,

docs/source/releases/5.2.x.rst

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

8-
*Unreleased*
8+
*May 13, 2025*
99

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

0 commit comments

Comments
 (0)