From 686b73fcd18aa721531f11c20a282fefa516a0a6 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Fri, 1 Jul 2022 21:46:13 +0530 Subject: [PATCH] 1.0.2 release Signed-off-by: Gagan Deep --- openwisp_controller/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwisp_controller/__init__.py b/openwisp_controller/__init__.py index bd0a9225b..bfd2d46cc 100644 --- a/openwisp_controller/__init__.py +++ b/openwisp_controller/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 1, 'final') +VERSION = (1, 0, 2, 'final') __version__ = VERSION # alias