From 9cb8a6a769a78f873f16f2120311466d715c7c3a Mon Sep 17 00:00:00 2001 From: wlorenzetti Date: Wed, 3 Apr 2024 08:50:22 +0200 Subject: [PATCH] Update __version__ to 3.8.0. --- g3w-admin/base/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g3w-admin/base/__init__.py b/g3w-admin/base/__init__.py index 9d6166a32..53eafbc4c 100644 --- a/g3w-admin/base/__init__.py +++ b/g3w-admin/base/__init__.py @@ -13,4 +13,4 @@ logger.warning('Celery could not be imported, this might be ok if there are no custom suite modules that require Celery') -__version__ = (3, 7, 0, 'unstable', 0) +__version__ = (3, 8, 0, 'unstable', 0)