Skip to content

Commit

Permalink
Update README and setup.py
Browse files Browse the repository at this point in the history
to resolve pypi README docs formatting issue

Co-authored-by: Chris Cenatiempo <chrisc@realgeeks.com>
  • Loading branch information
katiepdx and ChrisCenatie committed Dec 19, 2023
1 parent 6268137 commit 16fcabd
Show file tree
Hide file tree
Showing 2 changed files with 3 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.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
- 1.2.0: Allow overriding oauth scope with new parameter, OAUTHADMIN_SCOP
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@

setup(
name='django-admin-oauth2',
version='1.3.0',
version='1.3.1',
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',
url='https://github.com/RealGeeks/django-admin-oauth2',
author='Real Geeks LLC',
author_email='andrew@realgeeks.com',
Expand Down

0 comments on commit 16fcabd

Please sign in to comment.