Skip to content

Commit 93a619d

Browse files
committed
bump version
1 parent 8715f9a commit 93a619d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ When the CSRF validation token doesn't match, django-admin-oauth2 will redirect
7676

7777
## Changelog
7878

79+
- 1.3.2: Fix bug: Don't try to serialize an anonymous user
7980
- 1.3.1: Update setup.py so pypi README docs are formatted
8081
- 1.3.0: Add support for `JSONSerializer`
8182
- 1.2.1: Add support for django 4, retain backwards compat with Django 1.x

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='django-admin-oauth2',
20-
version='1.3.1',
20+
version='1.3.2',
2121
description='A django app that replaces the django admin authentication mechanism by deferring to an oauth2 provider',
2222
long_description=README,
2323
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)