Commit e9c531b0 by Brodie Rao

Updated version and changelog

parent 339f9080
= Release Notes =
== Version 2.0.2 ==
* Added support for Django 1.0.
== Version 2.0.1 ==
* Fixed normal redirects incorrectly being caught by `@user_passes_test`
......
......@@ -19,7 +19,7 @@ setup(
'Topic :: Internet :: WWW/HTTP',
],
description='CAS 1.0/2.0 authentication backend for Django',
download_url='http://django-cas.googlecode.com/files/django_cas-2.0.1.zip',
download_url='http://django-cas.googlecode.com/files/django_cas-2.0.2.zip',
keywords='django cas cas2 authentication middleware backend',
license='MIT',
long_description="""
......@@ -37,5 +37,5 @@ to the admin interface.
name='django_cas',
packages=['django_cas'],
url='http://code.google.com/p/django-cas/',
version='2.0.1',
version='2.0.2',
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment