From 0156a677e055ec5d425b38402dae795e57410af0 Mon Sep 17 00:00:00 2001 From: "mongodb-dbx-release-bot[bot]" <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:50:38 +0000 Subject: [PATCH] BUMP 5.0.0a3 Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> --- django_mongodb_backend/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_mongodb_backend/__init__.py b/django_mongodb_backend/__init__.py index 7764b227..4810c363 100644 --- a/django_mongodb_backend/__init__.py +++ b/django_mongodb_backend/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.0.0a2" +__version__ = "5.0.0a3" # Check Django compatibility before other imports which may fail if the # wrong version of Django is installed.