New version 1.1.1

This commit is contained in:
Jérôme Schneider 2014-10-10 16:55:22 +02:00
parent ee62f27e70
commit 1687bb23ba
1 changed files with 1 additions and 1 deletions

View File

@ -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: