From 510da1beb8d2c64cac31db63d30d8670981745ea Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 15 Jul 2014 16:13:20 +0200 Subject: [PATCH] bump release to 1.1.0 --- 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 6753393..f77ecde 100644 --- a/portail_citoyen2/__init__.py +++ b/portail_citoyen2/__init__.py @@ -1,7 +1,7 @@ import os.path import sys -__version__ = '1.0' +__version__ = '1.1.0' apps_dir = os.path.join(os.path.dirname(__file__), 'apps') if apps_dir not in sys.path: