bump release to 2.1.11

This commit is contained in:
Benjamin Dauvergne 2014-12-05 14:27:10 +01:00
parent d697773c2d
commit 7b43fa422b
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -1,6 +1,17 @@
NEWS
====
2.1.11 - Decembre 5th 2014
--------------------------
16 commits, 12 files changed, 705 insertions, 79 deletions
- refactor LDAP password storage, check and modifications
- fix some french translations
- enlarge AuthenticationEvent.how column to accomodate currently used value 'password-on-https'
- remove model LibertyProviderPolicy only use SPOptionsIdPPolicy now
- fix bug in login view introduced in last release
2.1.10 - December 3rd 2014
--------------------------

View File

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