From e831c9d14fa5df46ec3de895093083e31ebe9e9b Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Thu, 5 Feb 2015 18:37:40 +0100 Subject: [PATCH] release 7.0.0 * django 1.7 support * store tenant by hostname on filesystem --- entrouvert/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrouvert/__init__.py b/entrouvert/__init__.py index 0a895f3..b378fc6 100644 --- a/entrouvert/__init__.py +++ b/entrouvert/__init__.py @@ -1 +1 @@ -__version__ = "6.2.0" +__version__ = "7.0.0"