From 7019066dd9b4554b839362768c69554f70bd1527 Mon Sep 17 00:00:00 2001 From: Jimmy Ihalainen Date: Mon, 22 Apr 2024 14:27:25 +0300 Subject: [PATCH] Release v1.23.1 --- aplus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplus/__init__.py b/aplus/__init__.py index 1f3c4b1b0..de7a34564 100644 --- a/aplus/__init__.py +++ b/aplus/__init__.py @@ -1,6 +1,6 @@ from .celery import app as celery_app -__version__ = '1.23.0' +__version__ = '1.23.1' """The version of the A-plus platform.""" VERSION = __version__