From 5e58451d6da5d55ab554ba8f66a264b1d3aa06f0 Mon Sep 17 00:00:00 2001 From: Markku Riekkinen Date: Mon, 6 Nov 2023 19:59:37 +0200 Subject: [PATCH] Release v1.20.4 --- aplus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplus/__init__.py b/aplus/__init__.py index fe2ecc1c4..583da06df 100644 --- a/aplus/__init__.py +++ b/aplus/__init__.py @@ -1,6 +1,6 @@ from .celery import app as celery_app -__version__ = '1.20.3' +__version__ = '1.20.4' """The version of the A-plus platform.""" VERSION = __version__