From ff5402d5b8cdcc40c233300bc4a66bd94e05173d Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Wed, 3 Aug 2022 14:39:47 +0530 Subject: [PATCH] 1.0.3 release Signed-off-by: Gagan Deep --- openwisp_notifications/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwisp_notifications/__init__.py b/openwisp_notifications/__init__.py index 3b4023d3..fd0615d0 100644 --- a/openwisp_notifications/__init__.py +++ b/openwisp_notifications/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 2, 'final') +VERSION = (1, 0, 3, 'final') __version__ = VERSION # alias