Skip to content

Commit ad22739

Browse files
committed
Release 0.5
This release fixes an irrecoverable error which would show up during the login process caused by the new internationalization support.
1 parent 9f91281 commit ad22739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(filename):
1313
name='leihs-ldap-authenticator',
1414
author='Lars Kiesow <[email protected]>',
1515
license='GPLv3+',
16-
version='0.4',
16+
version='0.5',
1717
url='https://github.com/elan-ev/leihs-ldap-authenticator',
1818
packages=find_packages(),
1919
install_requires=read('requirements.txt').split(),

0 commit comments

Comments
 (0)