From 1687bb23ba79566e22b96955ba2e64e696c082ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Fri, 10 Oct 2014 16:55:22 +0200 Subject: [PATCH] New version 1.1.1 --- portail_citoyen2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portail_citoyen2/__init__.py b/portail_citoyen2/__init__.py index f77ecde..6e80143 100644 --- a/portail_citoyen2/__init__.py +++ b/portail_citoyen2/__init__.py @@ -1,7 +1,7 @@ import os.path import sys -__version__ = '1.1.0' +__version__ = '1.1.1' apps_dir = os.path.join(os.path.dirname(__file__), 'apps') if apps_dir not in sys.path: