diff --git a/pyBuchaktion/settings.py b/pyBuchaktion/settings.py index 5cf3ab7..cbbadce 100644 --- a/pyBuchaktion/settings.py +++ b/pyBuchaktion/settings.py @@ -1,4 +1,4 @@ from django.conf import settings -BUCHAKTION_STUDENT_LDAP_GROUP = getattr(settings, 'BUCHAKTION_STUDENT_LDAP_GROUP', "FB20") +BUCHAKTION_STUDENT_LDAP_GROUP = getattr(settings, 'BUCHAKTION_STUDENT_LDAP_GROUP', "cn=_fb_20,ou=STUD,o=TU") BUCHAKTION_MESSAGES_DEBUG = getattr(settings, 'BUCHAKTION_MESSAGES_DEBUG', True) diff --git a/setup.py b/setup.py index 717531f..53bab40 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def run(self): setup( name='pyBuchaktion', - version='1.1.4', + version='1.1.6', packages=find_packages(), include_package_data=True, license='AGPL-3.0', @@ -60,12 +60,12 @@ def run(self): install_requires=[ 'django>=1.10.0', 'django-import-export', - 'pyTUID>=1.3.0', + 'pyTUID>=1.3.1', 'django-bootstrap3', 'isbnlib', ], dependency_links=[ - 'git+https://github.com/d120/pyTUID#egg=pyTUID-1.3.0', + 'git+https://github.com/d120/pyTUID#egg=pyTUID-1.3.1', ], classifiers=[ 'Environment :: Web Environment',