diff --git a/aplus/__init__.py b/aplus/__init__.py index 64f97e7ee..deeea620b 100644 --- a/aplus/__init__.py +++ b/aplus/__init__.py @@ -1,6 +1,6 @@ from .celery import app as celery_app -__version__ = '1.16.0rc1' +__version__ = '1.16.0' """The version of the A-plus platform.""" VERSION = __version__