Skip to content

Commit c9a68f4

Browse files
committed
Bump version to 5.1.0b4
1 parent e9a3021 commit c9a68f4

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.1.0b4.dev0"
1+
__version__ = "5.1.0b4"
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 4
66
============
77

8-
*Unreleased*
8+
*July 28, 2025*
99

1010
- Backward-incompatible: Removed support for database caching as the MongoDB security
1111
team considers the cache backend's ``pickle`` encoding of cached values a

0 commit comments

Comments
 (0)