From 3ea4829178ae47852eb145119ac43c4bfde3fcfb Mon Sep 17 00:00:00 2001 From: Markku Riekkinen Date: Mon, 14 Feb 2022 12:49:36 +0200 Subject: [PATCH] Release v1.13.0rc2 --- aplus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplus/__init__.py b/aplus/__init__.py index a00db40e1..843fb4889 100644 --- a/aplus/__init__.py +++ b/aplus/__init__.py @@ -1,6 +1,6 @@ from .celery import app as celery_app -__version__ = '1.13.0rc1' +__version__ = '1.13.0rc2' """The version of the A-plus platform.""" VERSION = __version__