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

Commit

Permalink
Update readme with version requirements. Increment version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadKillingsworth committed Dec 17, 2015
1 parent 7ad86d3 commit c7bb1ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,9 @@ A Django custom authentication backend for [Sentry](https://github.com/getsentry
* Users created by this backend are managed users. Managed fields are not editable through the Sentry account page.
* Users may be auto-added to an Organization upon creation.

## Prerequisites
Versions 2.0 and newer require Sentry 8. For Sentry 7 support, use [the 1.1 release](https://github.com/Banno/getsentry-ldap-auth/releases/tag/1.1)

## Configuration
This module extends the [django-auth-ldap](https://pythonhosted.org/django-auth-ldap/) and all the options it provides are supported.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -10,12 +10,12 @@

install_requires = [
'django-auth-ldap>=1.2.5',
'sentry>=7.4.0',
'sentry>=8.0.0',
]

setup(
name='sentry-ldap-auth',
version='1.1',
version='2.0',
author='Chad Killingsworth - Jack Henry and Associates, Inc.',
author_email='chad.killingsworth@banno.com',
url='http://github.com/banno/getsentry-ldap-auth',
Expand Down

0 comments on commit c7bb1ef

Please sign in to comment.