From 0b1e9b9dd6782853fc27ec96edbe4a672257fa52 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 15 Jul 2014 16:20:27 +0200 Subject: [PATCH] bump release to 2.1.4 --- NEWS | 8 ++++++++ authentic2/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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'))