Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Update to new pyTUID
Browse files Browse the repository at this point in the history
Xiphoseer committed Jun 19, 2018
1 parent b2e3d8e commit 1078aac
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyBuchaktion/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.conf import settings

BUCHAKTION_STUDENT_LDAP_GROUP = getattr(settings, 'BUCHAKTION_STUDENT_LDAP_GROUP', "cn=_fb_20,ou=STUD,o=TU")
BUCHAKTION_STUDENT_LDAP_GROUP = getattr(settings, 'BUCHAKTION_STUDENT_LDAP_GROUP', "FB20")
BUCHAKTION_MESSAGES_DEBUG = getattr(settings, 'BUCHAKTION_MESSAGES_DEBUG', True)
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ def run(self):

setup(
name='pyBuchaktion',
version='1.1.7',
version='1.1.8',
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.2',
'pyTUID>=1.3.3',
'django-bootstrap3',
'isbnlib',
],
dependency_links=[
'git+https://github.com/d120/pyTUID#egg=pyTUID-1.3.2',
'git+https://github.com/d120/pyTUID#egg=pyTUID-1.3.3',
],
classifiers=[
'Environment :: Web Environment',

0 comments on commit 1078aac

Please sign in to comment.