From 043219547423226b2e7e7c6ff7ed74bdcc1b6d88 Mon Sep 17 00:00:00 2001 From: Markku Riekkinen Date: Wed, 23 Feb 2022 19:20:50 +0200 Subject: [PATCH] Release v1.13.1 --- aplus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplus/__init__.py b/aplus/__init__.py index e1a11657c..7617387b8 100644 --- a/aplus/__init__.py +++ b/aplus/__init__.py @@ -1,6 +1,6 @@ from .celery import app as celery_app -__version__ = '1.13.0' +__version__ = '1.13.1' """The version of the A-plus platform.""" VERSION = __version__