From 75a89620f872d0d20234b13b2b11138853b63594 Mon Sep 17 00:00:00 2001 From: Markku Riekkinen Date: Mon, 5 Sep 2022 17:40:48 +0300 Subject: [PATCH] Release v1.16.2 --- aplus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplus/__init__.py b/aplus/__init__.py index 6b1138585..3c40a04c5 100644 --- a/aplus/__init__.py +++ b/aplus/__init__.py @@ -1,6 +1,6 @@ from .celery import app as celery_app -__version__ = '1.16.1' +__version__ = '1.16.2' """The version of the A-plus platform.""" VERSION = __version__