bump release to 2.1.4

This commit is contained in:
Benjamin Dauvergne 2014-07-15 16:20:27 +02:00
parent d30a8f5d7e
commit 0b1e9b9dd6
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,6 +1,14 @@
NEWS
====
2.1.4 - July 15th 2014
----------------------
1 commit, 2 files changed, 93 insertions(+), 2 deletions(-)
Changes:
- new hashers for loading OpenLDAP passwords
2.1.3 - July 15th 2014
----------------------

View File

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