From 707cd3878274b56d2be31db36a67842d58beb6c9 Mon Sep 17 00:00:00 2001 From: Markku Riekkinen Date: Sun, 18 Jun 2023 20:01:35 +0300 Subject: [PATCH] Release v1.19.0 --- aplus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplus/__init__.py b/aplus/__init__.py index 143b1930d..30e3a677d 100644 --- a/aplus/__init__.py +++ b/aplus/__init__.py @@ -1,6 +1,6 @@ from .celery import app as celery_app -__version__ = '1.19.0alpha1' +__version__ = '1.19.0' """The version of the A-plus platform.""" VERSION = __version__