From dbbb4bad5ae925abea38159095dd744f69966a0d Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Fri, 7 Oct 2022 16:58:29 +0530 Subject: [PATCH] 1.0.4 release Signed-off-by: Gagan Deep --- openwisp_utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwisp_utils/__init__.py b/openwisp_utils/__init__.py index f9beedc8..a8285154 100644 --- a/openwisp_utils/__init__.py +++ b/openwisp_utils/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 3, 'final') +VERSION = (1, 0, 4, 'final') __version__ = VERSION # alias