From e2b3a2f8c8d64f0d3863518ef8cdddfdd29f1f6d Mon Sep 17 00:00:00 2001 From: "mongodb-dbx-release-bot[bot]" <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:54:21 +0000 Subject: [PATCH] BUMP 5.0.0a1 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 f8e7e207..60003f37 100644 --- a/django_mongodb_backend/__init__.py +++ b/django_mongodb_backend/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.0.0a0" +__version__ = "5.0.0a1" # Check Django compatibility before other imports which may fail if the # wrong version of Django is installed.