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)