Skip to content

Commit 7523d98

Browse files
committed
Add changelog and bump version to 0.5.2
1 parent d12c780 commit 7523d98

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Version 0.5.2
5+
-------------
6+
7+
- Add ``ldap_or_authinfo`` identity provider which behaves exactly like the ``ldap``
8+
provider, but if the user cannot be found in LDAP, it falls back to the data
9+
from the auth provider (typically shibboleth)
10+
411
Version 0.5.1
512
-------------
613

flask_multipass/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .identity import IdentityProvider
1414

1515

16-
__version__ = '0.5.1'
16+
__version__ = '0.5.2'
1717
__all__ = ('Multipass', 'AuthProvider', 'IdentityProvider', 'AuthInfo', 'IdentityInfo', 'Group', 'MultipassException',
1818
'AuthenticationFailed', 'IdentityRetrievalFailed', 'GroupRetrievalFailed', 'NoSuchUser',
1919
'InvalidCredentials')

0 commit comments

Comments
 (0)