Skip to content

Commit b495b8f

Browse files
authored
Bump version to 5.2.0b1 (#312)
1 parent 13efcd1 commit b495b8f

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

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

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 1
66
============
77

8-
*Unreleased*
8+
*June 4, 2025*
99

1010
New features
1111
------------

0 commit comments

Comments
 (0)