From 20e7d0ba57333d61c295f80eeeaa51c22d8cabb5 Mon Sep 17 00:00:00 2001 From: Ukang'a Dickson Date: Tue, 2 Apr 2024 13:50:58 +0300 Subject: [PATCH] Django 4.2: Update __version__ --- onadata/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onadata/__init__.py b/onadata/__init__.py index 82441273fd..8fc1ffb3e5 100644 --- a/onadata/__init__.py +++ b/onadata/__init__.py @@ -6,7 +6,7 @@ """ from __future__ import absolute_import, unicode_literals -__version__ = "3.19.0" +__version__ = "4.0.0" # This will make sure the app is always imported when