Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lgs committed Oct 29, 2012
1 parent 8e8103a commit 63fe4ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

0.8.1 (2012-10-29)
------------------
- Trim the SAML attributes before setting them to the Django objects
if they are too long. This fixes a crash with MySQL.

0.8.0 (2012-10-25)
------------------
- Allow to use different attributes besides 'username' to look for
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(*rnames):

setup(
name='djangosaml2',
version='0.8.0',
version='0.8.1',
description='pysaml2 integration in Django',
long_description='\n\n'.join([read('README'), read('CHANGES')]),
classifiers=[
Expand Down

0 comments on commit 63fe4ed

Please sign in to comment.