bump release to 2.1.6

This commit is contained in:
Benjamin Dauvergne 2014-08-05 14:02:43 +02:00
parent 69b4da5755
commit 4826a68ffb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import sys
import os
__version__ = "2.1.4"
__version__ = "2.1.6"
# vendor contains incorporated dependencies
sys.path.append(os.path.join(os.path.dirname(__file__), 'vendor'))