Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Jul 12, 2024
1 parent 8715f9a commit 93a619d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ When the CSRF validation token doesn't match, django-admin-oauth2 will redirect

## Changelog

- 1.3.2: Fix bug: Don't try to serialize an anonymous user
- 1.3.1: Update setup.py so pypi README docs are formatted
- 1.3.0: Add support for `JSONSerializer`
- 1.2.1: Add support for django 4, retain backwards compat with Django 1.x
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='django-admin-oauth2',
version='1.3.1',
version='1.3.2',
description='A django app that replaces the django admin authentication mechanism by deferring to an oauth2 provider',
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 93a619d

Please sign in to comment.