Skip to content

Commit

Permalink
django-authlib 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Aug 19, 2024
1 parent 7334ee7 commit afde7aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Change log
Next version
============


0.17 (2024-08-19)
=================

- Changed the roles implementation to allow using arbitrary names for the role
field.
- Stopped crashing when encountering an unknown role -- doing nothing in
Expand Down
2 changes: 1 addition & 1 deletion authlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.16.7"
__version__ = "0.17.0"

0 comments on commit afde7aa

Please sign in to comment.