From 19d45e2885347666b6b972318c71ce616f6e6d8c Mon Sep 17 00:00:00 2001 From: Markku Riekkinen Date: Wed, 21 Dec 2022 20:38:22 +0200 Subject: [PATCH] Release v1.18.0rc1 --- aplus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplus/__init__.py b/aplus/__init__.py index 807fa3351..e4cbec16a 100644 --- a/aplus/__init__.py +++ b/aplus/__init__.py @@ -1,6 +1,6 @@ from .celery import app as celery_app -__version__ = '1.17.2' +__version__ = '1.18.0rc1' """The version of the A-plus platform.""" VERSION = __version__