diff --git a/NEWS b/NEWS index 29779fae7..9bb336b87 100644 --- a/NEWS +++ b/NEWS @@ -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 ---------------------- diff --git a/authentic2/__init__.py b/authentic2/__init__.py index 82a2db2da..3c1294817 100644 --- a/authentic2/__init__.py +++ b/authentic2/__init__.py @@ -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'))