From 9f1c72849c58d8c005ad490198a659c29d42bba4 Mon Sep 17 00:00:00 2001 From: Markku Riekkinen Date: Thu, 28 Oct 2021 17:29:09 +0300 Subject: [PATCH] Release v1.11.1 --- aplus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplus/__init__.py b/aplus/__init__.py index fe2853b24..88bfe1905 100644 --- a/aplus/__init__.py +++ b/aplus/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.11.0' +__version__ = '1.11.1' """The version of the A-plus platform.""" VERSION = __version__