mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
The autenticate function now follows the signature of Django 2.0 https://github.com/django-auth-ldap/ django-auth-ldap/commit/27a8052b26f1d3a43cdbcdfc8e7dc0322580adae Also AUTH_LDAP_CACHE_GROUPS is depricated in favor of AUTH_LDAP_CACHE_TIMEOUT.
12 lines
418 B
Python
12 lines
418 B
Python
ZULIP_VERSION = "1.8.1+git"
|
|
|
|
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
|
# only when going from an old version of the code to a newer version. Bump
|
|
# the major version to indicate that folks should provision in both
|
|
# directions.
|
|
|
|
# Typically, adding a dependency only requires a minor version bump, and
|
|
# removing a dependency requires a major version bump.
|
|
|
|
PROVISION_VERSION = '25.5'
|