From af9716e6943253432e2bd072a1a55ced4741f5c9 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Wed, 21 Nov 2018 05:50:31 +0100 Subject: [PATCH] Release 1.0.2 --- djangocms_installer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index fb2ae1b..7f23fed 100644 --- a/djangocms_installer/__init__.py +++ b/djangocms_installer/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '1.0.1.post1' +__version__ = '1.0.2'